#59DFD8

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

Shades of Medium Turquoise #59DFD8

Tints of Medium Turquoise #59DFD8

Color information

#59DFD8 (or 0x59DFD8) is unknown color: approx Medium Turquoise. HEX triplet: 59, DF and D8. RGB value is (89,223,216). Sum of RGB (Red+Green+Blue) = 89+223+216=528 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.86% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #59DFD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DFD8 is #A62027. Grayscale: #B6B6B6. Windows color (decimal): -10887208 or 14212953. OLE color: 14212953.

HSL color Cylindrical-coordinate representation of color #59DFD8: hue angle of 176.87º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DFD8 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB89223216-
CMYK0.6000.030.13
HSL176.87º67.68%61.18%-
HSV(B)176.87º60.09%87.45%-
XYZ42.959.8674.26-
YUV182.14147.1161.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.86%
GREEN value IS 223 (87.5% from 255) = 42.23%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=16.86%
G=42.23%
B=40.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal892232160.6000.030.13176.8767.6861.18
Hex59DFD83C03Db1443d
Octal13133733074031526110475
Binary101100111011111110110001111000111101101100011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,223,216); }

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

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

 a { background-color: rgb(89,223,216); }

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

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

 span { border-color: rgb(89,223,216); }

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