#59D9D0

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

Shades of Medium Turquoise #59D9D0

Tints of Medium Turquoise #59D9D0

Color information

#59D9D0 (or 0x59D9D0) is unknown color: approx Medium Turquoise. HEX triplet: 59, D9 and D0. RGB value is (89,217,208). Sum of RGB (Red+Green+Blue) = 89+217+208=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #59D9D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D9D0 is #A6262F. Grayscale: #B1B1B1. Windows color (decimal): -10888752 or 13687129. OLE color: 13687129.

HSL color Cylindrical-coordinate representation of color #59D9D0: hue angle of 175.78º degrees, saturation: 0.63, 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 #59D9D0 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB89217208-
CMYK0.5900.040.15
HSL175.78º62.75%60%-
HSV(B)175.78º58.99%85.1%-
XYZ40.3256.368.42-
YUV177.7145.0964.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.32%
GREEN value IS 217 (85.16% from 255) = 42.22%
BLUE value IS 208 (81.64% from 255) = 40.47%
R=17.32%
G=42.22%
B=40.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal892172080.5900.040.15175.7862.7560
Hex59D9D03B04Fb03f3c
Octal1313313207304172607774
Binary101100111011001110100001110110100111110110000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,217,208); }

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

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

 a { background-color: rgb(89,217,208); }

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

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

 span { border-color: rgb(89,217,208); }

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