COLOR #71FFE1

HEX: #71FFE1
RGB: (113,255,225)

Color info

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

RGB color model

#71FFE1 color RGB value is (113,255,225).

  • red value is 113;
  • green value is 255;
  • blue value is 225.
RGB:
(113,255,225)
(44%,100%,88%)

RGB channels and saturation

R 113 of 255 = 44%
G 255 of 255 = 100%
B 225 of 255 = 88%

113
255
225

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

Portions of RGB colors in percentages

R + G + B =
113 + 255 + 225 = 593 (100%)
R 113 of 593 ~ 19.06%
G 255 of 593 ~ 43%
B 225 of 593 ~ 37.94%

%19.06
%43
%37.94

CMYK color model

#71FFE1 color CMYK value is (56,0,12,0).

  • cyan value is 55.69%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 0.00%
CMYK:
(56,0,12,0)
C56M0Y12K0 
(56%,0%,12%,0%)
(0.56/0.00/0.12/0.00)	

CMYK percentages

%55.69
%0
%11.76
%0

Codes

Color #71FFE1 in popluar color models

71FFE1
RGB113255225
HSL167°100.00%72.16%
HSB/HSV167°55.69%100.00%
CMYK55.69%0.00%11.76%
0.00%

Color #71FFE1 in popluar number systems.

HEX71FFE1
Decimal113255225
Binary11100011111111111100001
Octal161377341

Shades and tints

Shades of #71FFE1

#71FFE1
(113,255,225)
#67E8CD
(103,232,205)
#5DD1B9
(93,209,185)
#53BAA5
(83,186,165)
#49A391
(73,163,145)
#3F8C7D
(63,140,125)
#357569
(53,117,105)
#2B5E55
(43,94,85)
#214741
(33,71,65)
#17302D
(23,48,45)
#0D1919
(13,25,25)
#000000
(0,0,0)

Tints of #71FFE1

#71FFE1
(113,255,225)
#7DFFE3
(125,255,227)
#89FFE5
(137,255,229)
#95FFE7
(149,255,231)
#A1FFE9
(161,255,233)
#ADFFEB
(173,255,235)
#B9FFED
(185,255,237)
#C5FFEF
(197,255,239)
#D1FFF1
(209,255,241)
#DDFFF3
(221,255,243)
#E9FFF5
(233,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71FFE1 color. Also use rgb(113,255,225) instead hex code.

Text Font Color

.myTextColor { color: #71FFE1; }

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

This text font color is #71FFE1.


Background Color

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

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

This div background color is #71FFE1.


Border color

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

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

This div border color is #71FFE1.


Opacity

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

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

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

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

This text has shadow with #71FFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71FFE1 on black background.


Color preview on white background

This text has color #71FFE1 on white background.



Black color preview on #71FFE1 background

This text has black color on #71FFE1 background.


White color preview on #71FFE1 background

This text has white color on #71FFE1 background.