#57D8D9

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

Shades of Medium Turquoise #57D8D9

Tints of Medium Turquoise #57D8D9

Color information

#57D8D9 (or 0x57D8D9) is unknown color: approx Medium Turquoise. HEX triplet: 57, D8 and D9. RGB value is (87,216,217). Sum of RGB (Red+Green+Blue) = 87+216+217=520 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.73% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #57D8D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D8D9 is #A82726. Grayscale: #B1B1B1. Windows color (decimal): -11020071 or 14276695. OLE color: 14276695.

HSL color Cylindrical-coordinate representation of color #57D8D9: hue angle of 180.46º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D8D9 is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB87216217-
CMYK0.600.0000.15
HSL180.46º63.11%59.61%-
HSV(B)180.46º59.91%85.1%-
XYZ41.0156.1574.32-
YUV177.54150.2663.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.73%
GREEN value IS 216 (84.77% from 255) = 41.54%
BLUE value IS 217 (85.16% from 255) = 41.73%
R=16.73%
G=41.54%
B=41.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal872162170.600.0000.15180.4663.1159.61
Hex57D8D93C00Fb43f3c
Octal1273303317400172647774
Binary1010111110110001101100111110000111110110100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,216,217); }

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

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

 a { background-color: rgb(87,216,217); }

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

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

 span { border-color: rgb(87,216,217); }

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