Html Css Color HEX #57D2CC Medium Turquoise

📋 copy color: '#57D2CC'

red 87 ◦ green 210 ◦ blue 204

#57D2CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #57D2CC

Tints of Medium Turquoise #57D2CC

RGB

 RED value IS 87 (34.38% from 255) = 17.37%

 GREEN value IS 210 (82.42% from 255) = 41.92%

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 17.37%
G = 41.92%
B = 40.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#57D2CC (or 0x57D2CC) is known color: Medium Turquoise. HEX triplet: 57, D2 and CC. RGB value is (87,210,204). Sum of RGB (Red+Green+Blue) = 87+210+204=501 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.37% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #57D2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D2CC is #A82D33. Grayscale: #ACACAC. Windows color (decimal): -11021620 or 13423191. OLE color: 13423191.

HSL color Cylindrical-coordinate representation of color #57D2CC: hue angle of 177.07º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57D2CC is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 87 210 204 -
CMYK 0.59 0 0.03 0.18
HSL 177.07º 0.58% 0.58% -
HSV(B) 177.07º 0.59% 0.82% -
XYZ 37.88 52.48 65.26 -
YUV 172.54 145.75 66.99 -
System Red Green Blue C M Y K H S L
Decimal 87 210 204 0.59 0 0.03 0.18 177.07 0.58 0.58
Hex 57 D2 CC 3B 0 3 12 B1 3A 3A
Octal 127 322 314 73 0 3 22 261 72 72
Binary 1010111 11010010 11001100 111011 0 11 10010 10110001 111010 111010

Color Harmonies of #57D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D2CC

Black with #57D2CC

Text Example


Text Example

White with #57D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57D2CC; }

 p { color: rgb(87,210,204); }

 H1.HeaderClassName
 {
   color: #57D2CC;
 }
 .AnyTagClassName
 {
   color: #57D2CC;
 }
</style>

background-color css

<style>
 a { background-color: #57D2CC; }

 a { background-color: rgb(87,210,204); }

 div.DivClassName
 {
   background-color: #57D2CC;
 }
 .BgClassName
 {
   background-color: #57D2CC;
 }
</style>

border-color css

<style>
 span { border-color: #57D2CC; }

 span { border-color: rgb(87,210,204); }

 td.TdClassName
 {
   border-color: #57D2CC;
 }
 .TagClassName
 {
   border-color: #57D2CC;
 }
</style>