COLOR #71E8E9

HEX: #71E8E9
RGB: (113,232,233)

Color info

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

RGB color model

#71E8E9 color RGB value is (113,232,233).

  • red value is 113;
  • green value is 232;
  • blue value is 233.
RGB:
(113,232,233)
(44%,91%,91%)

RGB channels and saturation

R 113 of 255 = 44%
G 232 of 255 = 91%
B 233 of 255 = 91%

113
232
233

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

Portions of RGB colors in percentages

R + G + B =
113 + 232 + 233 = 578 (100%)
R 113 of 578 ~ 19.55%
G 232 of 578 ~ 40.14%
B 233 of 578 ~ 40.31%

%19.55
%40.14
%40.31

CMYK color model

#71E8E9 color CMYK value is (52,0,0,9).

  • cyan value is 51.50%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(52,0,0,9)
C52M0Y0K9 
(52%,0%,0%,9%)
(0.52/0.00/0.00/0.09)	

CMYK percentages

%51.5
%0.43
%0
%8.63

Codes

Color #71E8E9 in popluar color models

71E8E9
RGB113232233
HSL181°73.17%67.84%
HSB/HSV181°51.50%91.37%
CMYK51.50%0.43%0.00%
8.63%

Color #71E8E9 in popluar number systems.

HEX71E8E9
Decimal113232233
Binary11100011110100011101001
Octal161350351

Shades and tints

Shades of #71E8E9

#71E8E9
(113,232,233)
#67D3D4
(103,211,212)
#5DBEBF
(93,190,191)
#53A9AA
(83,169,170)
#499495
(73,148,149)
#3F7F80
(63,127,128)
#356A6B
(53,106,107)
#2B5556
(43,85,86)
#214041
(33,64,65)
#172B2C
(23,43,44)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #71E8E9

#71E8E9
(113,232,233)
#7DEAEB
(125,234,235)
#89ECED
(137,236,237)
#95EEEF
(149,238,239)
#A1F0F1
(161,240,241)
#ADF2F3
(173,242,243)
#B9F4F5
(185,244,245)
#C5F6F7
(197,246,247)
#D1F8F9
(209,248,249)
#DDFAFB
(221,250,251)
#E9FCFD
(233,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71E8E9 color. Also use rgb(113,232,233) instead hex code.

Text Font Color

.myTextColor { color: #71E8E9; }

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

This text font color is #71E8E9.


Background Color

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

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

This div background color is #71E8E9.


Border color

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

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

This div border color is #71E8E9.


Opacity

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

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

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

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

This text has shadow with #71E8E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71E8E9 on black background.


Color preview on white background

This text has color #71E8E9 on white background.



Black color preview on #71E8E9 background

This text has black color on #71E8E9 background.


White color preview on #71E8E9 background

This text has white color on #71E8E9 background.