Shades of Medium Turquoise #59D4D9
Tints of Medium Turquoise #59D4D9
RGB
CMYK
RGB Variations
Color information
#59D4D9 (or 0x59D4D9) is known color: Medium Turquoise. HEX triplet: 59, D4 and D9. RGB value is (89,212,217). Sum of RGB (Red+Green+Blue) = 89+212+217=518 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.18% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #59D4D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D4D9 is #A62B26. Grayscale: #AFAFAF. Windows color (decimal): -10890023 or 14275673. OLE color: 14275673.
HSL color Cylindrical-coordinate representation of color #59D4D9: hue angle of 182.34º 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 #59D4D9 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 212 | 217 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.15 |
| HSL | 182.34º | 0.63% | 0.6% | - |
| HSV(B) | 182.34º | 0.59% | 0.85% | - |
| XYZ | 40.19 | 54.22 | 73.99 | - |
| YUV | 175.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 212 | 217 | 0.59 | 0.02 | 0 | 0.15 | 182.34 | 0.63 | 0.6 |
| Hex | 59 | D4 | D9 | 3B | 2 | 0 | F | B6 | 3F | 3C |
| Octal | 131 | 324 | 331 | 73 | 2 | 0 | 17 | 266 | 77 | 74 |
| Binary | 1011001 | 11010100 | 11011001 | 111011 | 10 | 0 | 1111 | 10110110 | 111111 | 111100 |
Color Harmonies of #59D4D9
Complementary color
Monochromatic Colors of #59D4D9
Black with #59D4D9
Text Example
Text Example
White with #59D4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D4D9; }
p { color: rgb(89,212,217); }
H1.HeaderClassName
{
color: #59D4D9;
}
.AnyTagClassName
{
color: #59D4D9;
}
</style>
background-color css
<style>
a { background-color: #59D4D9; }
a { background-color: rgb(89,212,217); }
div.DivClassName
{
background-color: #59D4D9;
}
.BgClassName
{
background-color: #59D4D9;
}
</style>
border-color css
<style>
span { border-color: #59D4D9; }
span { border-color: rgb(89,212,217); }
td.TdClassName
{
border-color: #59D4D9;
}
.TagClassName
{
border-color: #59D4D9;
}
</style>