Shades of Medium Turquoise #59D7D9
Tints of Medium Turquoise #59D7D9
RGB
CMYK
RGB Variations
Color information
#59D7D9 (or 0x59D7D9) is known color: Medium Turquoise. HEX triplet: 59, D7 and D9. RGB value is (89,215,217). Sum of RGB (Red+Green+Blue) = 89+215+217=521 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.08% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #59D7D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D7D9 is #A62826. Grayscale: #B1B1B1. Windows color (decimal): -10889255 or 14276441. OLE color: 14276441.
HSL color Cylindrical-coordinate representation of color #59D7D9: hue angle of 180.94º 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 #59D7D9 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 215 | 217 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.15 |
| HSL | 180.94º | 0.63% | 0.6% | - |
| HSV(B) | 180.94º | 0.59% | 0.85% | - |
| XYZ | 40.94 | 55.73 | 74.25 | - |
| YUV | 177.55 | 150.26 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 215 | 217 | 0.59 | 0.01 | 0 | 0.15 | 180.94 | 0.63 | 0.6 |
| Hex | 59 | D7 | D9 | 3B | 1 | 0 | F | B5 | 3F | 3C |
| Octal | 131 | 327 | 331 | 73 | 1 | 0 | 17 | 265 | 77 | 74 |
| Binary | 1011001 | 11010111 | 11011001 | 111011 | 1 | 0 | 1111 | 10110101 | 111111 | 111100 |
Color Harmonies of #59D7D9
Complementary color
Monochromatic Colors of #59D7D9
Black with #59D7D9
Text Example
Text Example
White with #59D7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D7D9; }
p { color: rgb(89,215,217); }
H1.HeaderClassName
{
color: #59D7D9;
}
.AnyTagClassName
{
color: #59D7D9;
}
</style>
background-color css
<style>
a { background-color: #59D7D9; }
a { background-color: rgb(89,215,217); }
div.DivClassName
{
background-color: #59D7D9;
}
.BgClassName
{
background-color: #59D7D9;
}
</style>
border-color css
<style>
span { border-color: #59D7D9; }
span { border-color: rgb(89,215,217); }
td.TdClassName
{
border-color: #59D7D9;
}
.TagClassName
{
border-color: #59D7D9;
}
</style>