#59D9D9

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

Shades of Medium Turquoise #59D9D9

Tints of Medium Turquoise #59D9D9

Color information

#59D9D9 (or 0x59D9D9) is unknown color: approx Medium Turquoise. HEX triplet: 59, D9 and D9. RGB value is (89,217,217). Sum of RGB (Red+Green+Blue) = 89+217+217=523 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.02% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: green, blue. Hex color #59D9D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D9D9 is #A62626. Grayscale: #B2B2B2. Windows color (decimal): -10888743 or 14276953. OLE color: 14276953.

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

Color convert

RGB89217217-
CMYK0.59000.15
HSL180º62.75%60%-
HSV(B)180º58.99%85.1%-
XYZ41.4656.7674.42-
YUV178.73149.5964-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.02%
GREEN value IS 217 (85.16% from 255) = 41.49%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=17.02%
G=41.49%
B=41.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal892172170.59000.1518062.7560
Hex59D9D93B00Fb43f3c
Octal1313313317300172647774
Binary1011001110110011101100111101100111110110100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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