COLOR #71F5F3

HEX: #71F5F3
RGB: (113,245,243)

Color info

#71F5F3 contains mainly green and blue colors. Web safe color of #71F5F3 is #66FFFF (or #6FF).

RGB color model

#71F5F3 color RGB value is (113,245,243).

  • red value is 113;
  • green value is 245;
  • blue value is 243.
RGB:
(113,245,243)
(44%,96%,95%)

RGB channels and saturation

R 113 of 255 = 44%
G 245 of 255 = 96%
B 243 of 255 = 95%

113
245
243

R + G + B ~ 78%. #71F5F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 245 + 243 = 601 (100%)
R 113 of 601 ~ 18.8%
G 245 of 601 ~ 40.77%
B 243 of 601 ~ 40.43%

%18.8
%40.77
%40.43

CMYK color model

#71F5F3 color CMYK value is (54,0,1,4).

  • cyan value is 53.88%
  • magenta value is 0.00%
  • yellow value is 0.82%
  • key color value is 3.92%
CMYK:
(54,0,1,4)
C54M0Y1K4 
(54%,0%,1%,4%)
(0.54/0.00/0.01/0.04)	

CMYK percentages

%53.88
%0
%0.82
%3.92

Codes

Color #71F5F3 in popluar color models

71F5F3
RGB113245243
HSL179°86.84%70.20%
HSB/HSV179°53.88%96.08%
CMYK53.88%0.00%0.82%
3.92%

Color #71F5F3 in popluar number systems.

HEX71F5F3
Decimal113245243
Binary11100011111010111110011
Octal161365363

Shades and tints

Shades of #71F5F3

#71F5F3
(113,245,243)
#67DFDD
(103,223,221)
#5DC9C7
(93,201,199)
#53B3B1
(83,179,177)
#499D9B
(73,157,155)
#3F8785
(63,135,133)
#35716F
(53,113,111)
#2B5B59
(43,91,89)
#214543
(33,69,67)
#172F2D
(23,47,45)
#0D1917
(13,25,23)
#000000
(0,0,0)

Tints of #71F5F3

#71F5F3
(113,245,243)
#7DF5F4
(125,245,244)
#89F5F5
(137,245,245)
#95F5F6
(149,245,246)
#A1F5F7
(161,245,247)
#ADF5F8
(173,245,248)
#B9F5F9
(185,245,249)
#C5F5FA
(197,245,250)
#D1F5FB
(209,245,251)
#DDF5FC
(221,245,252)
#E9F5FD
(233,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71F5F3 color. Also use rgb(113,245,243) instead hex code.

Text Font Color

.myTextColor { color: #71F5F3; }

<p style="color:#71F5F3">This sample text font color is #71F5F3.</p>

This text font color is #71F5F3.


Background Color

.myBgColor { background-color: #71F5F3; }

<div style="background-color:#71F5F3">Inner text</div>

This div background color is #71F5F3.


Border color

.myBorderColor { border: 1px solid #71F5F3; }

<div style="border:3px solid #71F5F3">Div</div>

This div border color is #71F5F3.


Opacity

.myOpacity80 { color: #71F5F3; opacity: 0.8; }

<p style="color:#71F5F3;opacity:0.8;">80%</p>

Text with #71F5F3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #71F5F3;}

<p style="text-shadow: 3px 3px 1px #71F5F3">Text here.</p>

This text has shadow with #71F5F3 color.

.textShadow {text-shadow: 3px 3px 1px #71F5F3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #71F5F3, 5px 5px 20px red">Text here.</p>

This text has shadow with #71F5F3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71F5F3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#71F5F3, Direction=45, Strength=4)">Text</p>

This text has shadow with #71F5F3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #71F5F3;
  -webkit-box-shadow:	1px 1px 3px 2px #71F5F3;
  box-shadow:		1px 1px 3px 2px #71F5F3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71F5F3;
-webkit-box-shadow: 1px 1px 3px 2px #71F5F3;
box-shadow:1px 1px 3px 2px #71F5F3;">
Div content here</div>
This div box has shadow with color #71F5F3.

Preview

Color preview on black background

This text has color #71F5F3 on black background.


Color preview on white background

This text has color #71F5F3 on white background.



Black color preview on #71F5F3 background

This text has black color on #71F5F3 background.


White color preview on #71F5F3 background

This text has white color on #71F5F3 background.