Shades of Medium Turquoise #59D0CB
Tints of Medium Turquoise #59D0CB
RGB
CMYK
RGB Variations
Color information
#59D0CB (or 0x59D0CB) is known color: Medium Turquoise. HEX triplet: 59, D0 and CB. RGB value is (89,208,203). Sum of RGB (Red+Green+Blue) = 89+208+203=500 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.8% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #59D0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D0CB is #A62F34. Grayscale: #ABABAB. Windows color (decimal): -10891061 or 13357145. OLE color: 13357145.
HSL color Cylindrical-coordinate representation of color #59D0CB: hue angle of 177.48º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59D0CB is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 208 | 203 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.18 |
| HSL | 177.48º | 0.56% | 0.58% | - |
| HSV(B) | 177.48º | 0.57% | 0.82% | - |
| XYZ | 37.46 | 51.55 | 64.48 | - |
| YUV | 171.85 | 145.58 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 208 | 203 | 0.57 | 0 | 0.02 | 0.18 | 177.48 | 0.56 | 0.58 |
| Hex | 59 | D0 | CB | 39 | 0 | 2 | 12 | B1 | 38 | 3A |
| Octal | 131 | 320 | 313 | 71 | 0 | 2 | 22 | 261 | 70 | 72 |
| Binary | 1011001 | 11010000 | 11001011 | 111001 | 0 | 10 | 10010 | 10110001 | 111000 | 111010 |
Color Harmonies of #59D0CB
Complementary color
Monochromatic Colors of #59D0CB
Black with #59D0CB
Text Example
Text Example
White with #59D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D0CB; }
p { color: rgb(89,208,203); }
H1.HeaderClassName
{
color: #59D0CB;
}
.AnyTagClassName
{
color: #59D0CB;
}
</style>
background-color css
<style>
a { background-color: #59D0CB; }
a { background-color: rgb(89,208,203); }
div.DivClassName
{
background-color: #59D0CB;
}
.BgClassName
{
background-color: #59D0CB;
}
</style>
border-color css
<style>
span { border-color: #59D0CB; }
span { border-color: rgb(89,208,203); }
td.TdClassName
{
border-color: #59D0CB;
}
.TagClassName
{
border-color: #59D0CB;
}
</style>