COLOR #57DFC2

HEX: #57DFC2
RGB: (87,223,194)

Color info

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

RGB color model

#57DFC2 color RGB value is (87,223,194).

  • red value is 87;
  • green value is 223;
  • blue value is 194.
RGB:
(87,223,194)
(34%,87%,76%)

RGB channels and saturation

R 87 of 255 = 34%
G 223 of 255 = 87%
B 194 of 255 = 76%

87
223
194

R + G + B ~ 66%. #57DFC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 223 + 194 = 504 (100%)
R 87 of 504 ~ 17.26%
G 223 of 504 ~ 44.25%
B 194 of 504 ~ 38.49%

%17.26
%44.25
%38.49

CMYK color model

#57DFC2 color CMYK value is (61,0,13,13).

  • cyan value is 60.99%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • key color value is 12.55%
CMYK:
(61,0,13,13)
C61M0Y13K13 
(61%,0%,13%,13%)
(0.61/0.00/0.13/0.13)	

CMYK percentages

%60.99
%0
%13
%12.55

Codes

Color #57DFC2 in popluar color models

57DFC2
RGB87223194
HSL167°68.00%60.78%
HSB/HSV167°60.99%87.45%
CMYK60.99%0.00%13.00%
12.55%

Color #57DFC2 in popluar number systems.

HEX57DFC2
Decimal87223194
Binary10101111101111111000010
Octal127337302

Shades and tints

Shades of #57DFC2

#57DFC2
(87,223,194)
#50CBB1
(80,203,177)
#49B7A0
(73,183,160)
#42A38F
(66,163,143)
#3B8F7E
(59,143,126)
#347B6D
(52,123,109)
#2D675C
(45,103,92)
#26534B
(38,83,75)
#1F3F3A
(31,63,58)
#182B29
(24,43,41)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #57DFC2

#57DFC2
(87,223,194)
#66E1C7
(102,225,199)
#75E3CC
(117,227,204)
#84E5D1
(132,229,209)
#93E7D6
(147,231,214)
#A2E9DB
(162,233,219)
#B1EBE0
(177,235,224)
#C0EDE5
(192,237,229)
#CFEFEA
(207,239,234)
#DEF1EF
(222,241,239)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57DFC2 color. Also use rgb(87,223,194) instead hex code.

Text Font Color

.myTextColor { color: #57DFC2; }

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

This text font color is #57DFC2.


Background Color

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

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

This div background color is #57DFC2.


Border color

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

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

This div border color is #57DFC2.


Opacity

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

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

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

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

This text has shadow with #57DFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57DFC2 on black background.


Color preview on white background

This text has color #57DFC2 on white background.



Black color preview on #57DFC2 background

This text has black color on #57DFC2 background.


White color preview on #57DFC2 background

This text has white color on #57DFC2 background.