#57D9DB

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

Shades of Medium Turquoise #57D9DB

Tints of Medium Turquoise #57D9DB

Color information

#57D9DB (or 0x57D9DB) is unknown color: approx Medium Turquoise. HEX triplet: 57, D9 and DB. RGB value is (87,217,219). Sum of RGB (Red+Green+Blue) = 87+217+219=523 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.63% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #57D9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D9DB is #A82624. Grayscale: #B2B2B2. Windows color (decimal): -11019813 or 14408023. OLE color: 14408023.

HSL color Cylindrical-coordinate representation of color #57D9DB: hue angle of 180.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D9DB is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB87217219-
CMYK0.600.0100.14
HSL180.91º64.71%60%-
HSV(B)180.91º60.27%85.88%-
XYZ41.5356.7775.79-
YUV178.36150.9362.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.63%
GREEN value IS 217 (85.16% from 255) = 41.49%
BLUE value IS 219 (85.94% from 255) = 41.87%
R=16.63%
G=41.49%
B=41.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal872172190.600.0100.14180.9164.7160
Hex57D9DB3C10Eb5413c
Octal12733133374101626510174
Binary10101111101100111011011111100101110101101011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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