#59DAD6

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

Shades of Medium Turquoise #59DAD6

Tints of Medium Turquoise #59DAD6

Color information

#59DAD6 (or 0x59DAD6) is unknown color: approx Medium Turquoise. HEX triplet: 59, DA and D6. RGB value is (89,218,214). Sum of RGB (Red+Green+Blue) = 89+218+214=521 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.08% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #59DAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DAD6 is #A62529. Grayscale: #B2B2B2. Windows color (decimal): -10888490 or 14080601. OLE color: 14080601.

HSL color Cylindrical-coordinate representation of color #59DAD6: hue angle of 178.14º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59DAD6 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB89218214-
CMYK0.5900.020.15
HSL178.14º63.55%60.2%-
HSV(B)178.14º59.17%85.49%-
XYZ41.3357.1272.47-
YUV178.97147.7663.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.08%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 214 (83.98% from 255) = 41.07%
R=17.08%
G=41.84%
B=41.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal892182140.5900.020.15178.1463.5560.2
Hex59DAD63B02Fb2403c
Octal13133232673021726210074
Binary101100111011010110101101110110101111101100101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59DAD6; }

 p { color: rgb(89,218,214); }

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

<style>
 a { background-color: #59DAD6; }

 a { background-color: rgb(89,218,214); }

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

<style>
 span { border-color: #59DAD6; }

 span { border-color: rgb(89,218,214); }

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