Shades of Medium Turquoise #59D8C7
Tints of Medium Turquoise #59D8C7
RGB
CMYK
RGB Variations
Color information
#59D8C7 (or 0x59D8C7) is known color: Medium Turquoise. HEX triplet: 59, D8 and C7. RGB value is (89,216,199). Sum of RGB (Red+Green+Blue) = 89+216+199=504 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.66% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #59D8C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D8C7 is #A62738. Grayscale: #B0B0B0. Windows color (decimal): -10889017 or 13097049. OLE color: 13097049.
HSL color Cylindrical-coordinate representation of color #59D8C7: hue angle of 171.97º degrees, saturation: 0.62, 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 #59D8C7 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 216 | 199 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.15 |
| HSL | 171.97º | 0.62% | 0.6% | - |
| HSV(B) | 171.97º | 0.59% | 0.85% | - |
| XYZ | 38.98 | 55.36 | 62.66 | - |
| YUV | 176.09 | 140.92 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 216 | 199 | 0.59 | 0 | 0.08 | 0.15 | 171.97 | 0.62 | 0.6 |
| Hex | 59 | D8 | C7 | 3B | 0 | 8 | F | AC | 3E | 3C |
| Octal | 131 | 330 | 307 | 73 | 0 | 10 | 17 | 254 | 76 | 74 |
| Binary | 1011001 | 11011000 | 11000111 | 111011 | 0 | 1000 | 1111 | 10101100 | 111110 | 111100 |
Color Harmonies of #59D8C7
Complementary color
Monochromatic Colors of #59D8C7
Black with #59D8C7
Text Example
Text Example
White with #59D8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D8C7; }
p { color: rgb(89,216,199); }
H1.HeaderClassName
{
color: #59D8C7;
}
.AnyTagClassName
{
color: #59D8C7;
}
</style>
background-color css
<style>
a { background-color: #59D8C7; }
a { background-color: rgb(89,216,199); }
div.DivClassName
{
background-color: #59D8C7;
}
.BgClassName
{
background-color: #59D8C7;
}
</style>
border-color css
<style>
span { border-color: #59D8C7; }
span { border-color: rgb(89,216,199); }
td.TdClassName
{
border-color: #59D8C7;
}
.TagClassName
{
border-color: #59D8C7;
}
</style>