COLOR #57E9D6

HEX: #57E9D6
RGB: (87,233,214)

Color info

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

RGB color model

#57E9D6 color RGB value is (87,233,214).

  • red value is 87;
  • green value is 233;
  • blue value is 214.
RGB:
(87,233,214)
(34%,91%,84%)

RGB channels and saturation

R 87 of 255 = 34%
G 233 of 255 = 91%
B 214 of 255 = 84%

87
233
214

R + G + B ~ 70%. #57E9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 233 + 214 = 534 (100%)
R 87 of 534 ~ 16.29%
G 233 of 534 ~ 43.63%
B 214 of 534 ~ 40.07%

%16.29
%43.63
%40.07

CMYK color model

#57E9D6 color CMYK value is (63,0,8,9).

  • cyan value is 62.66%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 8.63%
CMYK:
(63,0,8,9)
C63M0Y8K9 
(63%,0%,8%,9%)
(0.63/0.00/0.08/0.09)	

CMYK percentages

%62.66
%0
%8.15
%8.63

Codes

Color #57E9D6 in popluar color models

57E9D6
RGB87233214
HSL172°76.84%62.75%
HSB/HSV172°62.66%91.37%
CMYK62.66%0.00%8.15%
8.63%

Color #57E9D6 in popluar number systems.

HEX57E9D6
Decimal87233214
Binary10101111110100111010110
Octal127351326

Shades and tints

Shades of #57E9D6

#57E9D6
(87,233,214)
#50D4C3
(80,212,195)
#49BFB0
(73,191,176)
#42AA9D
(66,170,157)
#3B958A
(59,149,138)
#348077
(52,128,119)
#2D6B64
(45,107,100)
#265651
(38,86,81)
#1F413E
(31,65,62)
#182C2B
(24,44,43)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #57E9D6

#57E9D6
(87,233,214)
#66EBD9
(102,235,217)
#75EDDC
(117,237,220)
#84EFDF
(132,239,223)
#93F1E2
(147,241,226)
#A2F3E5
(162,243,229)
#B1F5E8
(177,245,232)
#C0F7EB
(192,247,235)
#CFF9EE
(207,249,238)
#DEFBF1
(222,251,241)
#EDFDF4
(237,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57E9D6 color. Also use rgb(87,233,214) instead hex code.

Text Font Color

.myTextColor { color: #57E9D6; }

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

This text font color is #57E9D6.


Background Color

.myBgColor { background-color: #57E9D6; }

<div style="background-color:#57E9D6">Inner text</div>

This div background color is #57E9D6.


Border color

.myBorderColor { border: 1px solid #57E9D6; }

<div style="border:3px solid #57E9D6">Div</div>

This div border color is #57E9D6.


Opacity

.myOpacity80 { color: #57E9D6; opacity: 0.8; }

<p style="color:#57E9D6;opacity:0.8;">80%</p>

Text with #57E9D6 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 #57E9D6;}

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

This text has shadow with #57E9D6 color.

.textShadow {text-shadow: 3px 3px 1px #57E9D6, 3px 3px 1px red;}

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

This text has shadow with #57E9D6 primary color and red secondary color.


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

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

This text has shadow with #57E9D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57E9D6 on black background.


Color preview on white background

This text has color #57E9D6 on white background.



Black color preview on #57E9D6 background

This text has black color on #57E9D6 background.


White color preview on #57E9D6 background

This text has white color on #57E9D6 background.