#57D2C8

Color #57D2C8 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #57D2C8

Tints of Medium Turquoise #57D2C8

Color information

#57D2C8 (or 0x57D2C8) is unknown color: approx Medium Turquoise. HEX triplet: 57, D2 and C8. RGB value is (87,210,200). Sum of RGB (Red+Green+Blue) = 87+210+200=497 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.51% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #57D2C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D2C8 is #A82D37. Grayscale: #ACACAC. Windows color (decimal): -11021624 or 13161047. OLE color: 13161047.

HSL color Cylindrical-coordinate representation of color #57D2C8: hue angle of 175.12º 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 #57D2C8 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB87210200-
CMYK0.5900.050.18
HSL175.12º57.75%58.24%-
HSV(B)175.12º58.57%82.35%-
XYZ37.452.2962.77-
YUV172.08143.7567.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.51%
GREEN value IS 210 (82.42% from 255) = 42.25%
BLUE value IS 200 (78.52% from 255) = 40.24%
R=17.51%
G=42.25%
B=40.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal872102000.5900.050.18175.1257.7558.24
Hex57D2C83B0512af3a3a
Octal1273223107305222577272
Binary1010111110100101100100011101101011001010101111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #57D2C8;
 }
 .AnyTagClassName
 {
   color: #57D2C8;
 }
</style>
background-color css

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

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

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

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

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

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