Shades of Medium Turquoise #59D5D9
Tints of Medium Turquoise #59D5D9
RGB
CMYK
RGB Variations
Color information
#59D5D9 (or 0x59D5D9) is known color: Medium Turquoise. HEX triplet: 59, D5 and D9. RGB value is (89,213,217). Sum of RGB (Red+Green+Blue) = 89+213+217=519 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.15% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #59D5D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D5D9 is #A62A26. Grayscale: #B0B0B0. Windows color (decimal): -10889767 or 14275929. OLE color: 14275929.
HSL color Cylindrical-coordinate representation of color #59D5D9: hue angle of 181.88º 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 #59D5D9 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 213 | 217 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.15 |
| HSL | 181.88º | 0.63% | 0.6% | - |
| HSV(B) | 181.88º | 0.59% | 0.85% | - |
| XYZ | 40.44 | 54.72 | 74.08 | - |
| YUV | 176.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 213 | 217 | 0.59 | 0.02 | 0 | 0.15 | 181.88 | 0.63 | 0.6 |
| Hex | 59 | D5 | D9 | 3B | 2 | 0 | F | B6 | 3F | 3C |
| Octal | 131 | 325 | 331 | 73 | 2 | 0 | 17 | 266 | 77 | 74 |
| Binary | 1011001 | 11010101 | 11011001 | 111011 | 10 | 0 | 1111 | 10110110 | 111111 | 111100 |
Color Harmonies of #59D5D9
Complementary color
Monochromatic Colors of #59D5D9
Black with #59D5D9
Text Example
Text Example
White with #59D5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D5D9; }
p { color: rgb(89,213,217); }
H1.HeaderClassName
{
color: #59D5D9;
}
.AnyTagClassName
{
color: #59D5D9;
}
</style>
background-color css
<style>
a { background-color: #59D5D9; }
a { background-color: rgb(89,213,217); }
div.DivClassName
{
background-color: #59D5D9;
}
.BgClassName
{
background-color: #59D5D9;
}
</style>
border-color css
<style>
span { border-color: #59D5D9; }
span { border-color: rgb(89,213,217); }
td.TdClassName
{
border-color: #59D5D9;
}
.TagClassName
{
border-color: #59D5D9;
}
</style>