COLOR #71F0CE

HEX: #71F0CE
RGB: (113,240,206)

Color info

#71F0CE contains mainly green and blue colors. Web safe color of #71F0CE is #66FFCC (or #6FC).

RGB color model

#71F0CE color RGB value is (113,240,206).

  • red value is 113;
  • green value is 240;
  • blue value is 206.
RGB:
(113,240,206)
(44%,94%,81%)

RGB channels and saturation

R 113 of 255 = 44%
G 240 of 255 = 94%
B 206 of 255 = 81%

113
240
206

R + G + B ~ 73%. #71F0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 240 + 206 = 559 (100%)
R 113 of 559 ~ 20.21%
G 240 of 559 ~ 42.93%
B 206 of 559 ~ 36.85%

%20.21
%42.93
%36.85

CMYK color model

#71F0CE color CMYK value is (53,0,14,6).

  • cyan value is 52.92%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 5.88%
CMYK:
(53,0,14,6)
C53M0Y14K6 
(53%,0%,14%,6%)
(0.53/0.00/0.14/0.06)	

CMYK percentages

%52.92
%0
%14.17
%5.88

Codes

Color #71F0CE in popluar color models

71F0CE
RGB113240206
HSL164°80.89%69.22%
HSB/HSV164°52.92%94.12%
CMYK52.92%0.00%14.17%
5.88%

Color #71F0CE in popluar number systems.

HEX71F0CE
Decimal113240206
Binary11100011111000011001110
Octal161360316

Shades and tints

Shades of #71F0CE

#71F0CE
(113,240,206)
#67DBBC
(103,219,188)
#5DC6AA
(93,198,170)
#53B198
(83,177,152)
#499C86
(73,156,134)
#3F8774
(63,135,116)
#357262
(53,114,98)
#2B5D50
(43,93,80)
#21483E
(33,72,62)
#17332C
(23,51,44)
#0D1E1A
(13,30,26)
#000000
(0,0,0)

Tints of #71F0CE

#71F0CE
(113,240,206)
#7DF1D2
(125,241,210)
#89F2D6
(137,242,214)
#95F3DA
(149,243,218)
#A1F4DE
(161,244,222)
#ADF5E2
(173,245,226)
#B9F6E6
(185,246,230)
#C5F7EA
(197,247,234)
#D1F8EE
(209,248,238)
#DDF9F2
(221,249,242)
#E9FAF6
(233,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71F0CE color. Also use rgb(113,240,206) instead hex code.

Text Font Color

.myTextColor { color: #71F0CE; }

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

This text font color is #71F0CE.


Background Color

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

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

This div background color is #71F0CE.


Border color

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

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

This div border color is #71F0CE.


Opacity

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

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

Text with #71F0CE 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 #71F0CE;}

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

This text has shadow with #71F0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71F0CE on black background.


Color preview on white background

This text has color #71F0CE on white background.



Black color preview on #71F0CE background

This text has black color on #71F0CE background.


White color preview on #71F0CE background

This text has white color on #71F0CE background.