Shades of Medium Turquoise #59D2C8
Tints of Medium Turquoise #59D2C8
RGB
CMYK
RGB Variations
Color information
#59D2C8 (or 0x59D2C8) is known color: Medium Turquoise. HEX triplet: 59, D2 and C8. RGB value is (89,210,200). Sum of RGB (Red+Green+Blue) = 89+210+200=499 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.84% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #59D2C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D2C8 is #A62D37. Grayscale: #ACACAC. Windows color (decimal): -10890552 or 13161049. OLE color: 13161049.
HSL color Cylindrical-coordinate representation of color #59D2C8: hue angle of 175.04º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D2C8 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 210 | 200 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.18 |
| HSL | 175.04º | 0.57% | 0.59% | - |
| HSV(B) | 175.04º | 0.58% | 0.82% | - |
| XYZ | 37.59 | 52.39 | 62.77 | - |
| YUV | 172.68 | 143.41 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 210 | 200 | 0.58 | 0 | 0.05 | 0.18 | 175.04 | 0.57 | 0.59 |
| Hex | 59 | D2 | C8 | 3A | 0 | 5 | 12 | AF | 39 | 3B |
| Octal | 131 | 322 | 310 | 72 | 0 | 5 | 22 | 257 | 71 | 73 |
| Binary | 1011001 | 11010010 | 11001000 | 111010 | 0 | 101 | 10010 | 10101111 | 111001 | 111011 |
Color Harmonies of #59D2C8
Complementary color
Monochromatic Colors of #59D2C8
Black with #59D2C8
Text Example
Text Example
White with #59D2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D2C8; }
p { color: rgb(89,210,200); }
H1.HeaderClassName
{
color: #59D2C8;
}
.AnyTagClassName
{
color: #59D2C8;
}
</style>
background-color css
<style>
a { background-color: #59D2C8; }
a { background-color: rgb(89,210,200); }
div.DivClassName
{
background-color: #59D2C8;
}
.BgClassName
{
background-color: #59D2C8;
}
</style>
border-color css
<style>
span { border-color: #59D2C8; }
span { border-color: rgb(89,210,200); }
td.TdClassName
{
border-color: #59D2C8;
}
.TagClassName
{
border-color: #59D2C8;
}
</style>