COLOR #57D4D4

HEX: #57D4D4
RGB: (87,212,212)

Color info

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

RGB color model

#57D4D4 color RGB value is (87,212,212).

  • red value is 87;
  • green value is 212;
  • blue value is 212.
RGB:
(87,212,212)
(34%,83%,83%)

RGB channels and saturation

R 87 of 255 = 34%
G 212 of 255 = 83%
B 212 of 255 = 83%

87
212
212

R + G + B ~ 67%. #57D4D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 212 + 212 = 511 (100%)
R 87 of 511 ~ 17.03%
G 212 of 511 ~ 41.49%
B 212 of 511 ~ 41.49%

%17.03
%41.49
%41.49

CMYK color model

#57D4D4 color CMYK value is (59,0,0,17).

  • cyan value is 58.96%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(59,0,0,17)
C59M0Y0K17 
(59%,0%,0%,17%)
(0.59/0.00/0.00/0.17)	

CMYK percentages

%58.96
%0
%0
%16.86

Codes

Color #57D4D4 in popluar color models

57D4D4
RGB87212212
HSL180°59.24%58.63%
HSB/HSV180°58.96%83.14%
CMYK58.96%0.00%0.00%
16.86%

Color #57D4D4 in popluar number systems.

HEX57D4D4
Decimal87212212
Binary10101111101010011010100
Octal127324324

Shades and tints

Shades of #57D4D4

#57D4D4
(87,212,212)
#50C1C1
(80,193,193)
#49AEAE
(73,174,174)
#429B9B
(66,155,155)
#3B8888
(59,136,136)
#347575
(52,117,117)
#2D6262
(45,98,98)
#264F4F
(38,79,79)
#1F3C3C
(31,60,60)
#182929
(24,41,41)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #57D4D4

#57D4D4
(87,212,212)
#66D7D7
(102,215,215)
#75DADA
(117,218,218)
#84DDDD
(132,221,221)
#93E0E0
(147,224,224)
#A2E3E3
(162,227,227)
#B1E6E6
(177,230,230)
#C0E9E9
(192,233,233)
#CFECEC
(207,236,236)
#DEEFEF
(222,239,239)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57D4D4; }

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

This text font color is #57D4D4.


Background Color

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

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

This div background color is #57D4D4.


Border color

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

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

This div border color is #57D4D4.


Opacity

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

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

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

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

This text has shadow with #57D4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57D4D4 on black background.


Color preview on white background

This text has color #57D4D4 on white background.



Black color preview on #57D4D4 background

This text has black color on #57D4D4 background.


White color preview on #57D4D4 background

This text has white color on #57D4D4 background.