COLOR #71E2CC

HEX: #71E2CC
RGB: (113,226,204)

Color info

#71E2CC contains mainly green and blue colors. Web safe color of #71E2CC is #66CCCC (or #6CC).

RGB color model

#71E2CC color RGB value is (113,226,204).

  • red value is 113;
  • green value is 226;
  • blue value is 204.
RGB:
(113,226,204)
(44%,89%,80%)

RGB channels and saturation

R 113 of 255 = 44%
G 226 of 255 = 89%
B 204 of 255 = 80%

113
226
204

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

Portions of RGB colors in percentages

R + G + B =
113 + 226 + 204 = 543 (100%)
R 113 of 543 ~ 20.81%
G 226 of 543 ~ 41.62%
B 204 of 543 ~ 37.57%

%20.81
%41.62
%37.57

CMYK color model

#71E2CC color CMYK value is (50,0,10,11).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 9.73%
  • key color value is 11.37%
CMYK:
(50,0,10,11)
C50M0Y10K11 
(50%,0%,10%,11%)
(0.50/0.00/0.10/0.11)	

CMYK percentages

%50
%0
%9.73
%11.37

Codes

Color #71E2CC in popluar color models

71E2CC
RGB113226204
HSL168°66.08%66.47%
HSB/HSV168°50.00%88.63%
CMYK50.00%0.00%9.73%
11.37%

Color #71E2CC in popluar number systems.

HEX71E2CC
Decimal113226204
Binary11100011110001011001100
Octal161342314

Shades and tints

Shades of #71E2CC

#71E2CC
(113,226,204)
#67CEBA
(103,206,186)
#5DBAA8
(93,186,168)
#53A696
(83,166,150)
#499284
(73,146,132)
#3F7E72
(63,126,114)
#356A60
(53,106,96)
#2B564E
(43,86,78)
#21423C
(33,66,60)
#172E2A
(23,46,42)
#0D1A18
(13,26,24)
#000000
(0,0,0)

Tints of #71E2CC

#71E2CC
(113,226,204)
#7DE4D0
(125,228,208)
#89E6D4
(137,230,212)
#95E8D8
(149,232,216)
#A1EADC
(161,234,220)
#ADECE0
(173,236,224)
#B9EEE4
(185,238,228)
#C5F0E8
(197,240,232)
#D1F2EC
(209,242,236)
#DDF4F0
(221,244,240)
#E9F6F4
(233,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71E2CC color. Also use rgb(113,226,204) instead hex code.

Text Font Color

.myTextColor { color: #71E2CC; }

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

This text font color is #71E2CC.


Background Color

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

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

This div background color is #71E2CC.


Border color

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

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

This div border color is #71E2CC.


Opacity

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

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

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

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

This text has shadow with #71E2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71E2CC on black background.


Color preview on white background

This text has color #71E2CC on white background.



Black color preview on #71E2CC background

This text has black color on #71E2CC background.


White color preview on #71E2CC background

This text has white color on #71E2CC background.