Shades of Medium Turquoise #59D8CB
Tints of Medium Turquoise #59D8CB
RGB
CMYK
RGB Variations
Color information
#59D8CB (or 0x59D8CB) is known color: Medium Turquoise. HEX triplet: 59, D8 and CB. RGB value is (89,216,203). Sum of RGB (Red+Green+Blue) = 89+216+203=508 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.52% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #59D8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D8CB is #A62734. Grayscale: #B0B0B0. Windows color (decimal): -10889013 or 13359193. OLE color: 13359193.
HSL color Cylindrical-coordinate representation of color #59D8CB: hue angle of 173.86º 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 #59D8CB is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 216 | 203 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.15 |
| HSL | 173.86º | 0.62% | 0.6% | - |
| HSV(B) | 173.86º | 0.59% | 0.85% | - |
| XYZ | 39.46 | 55.55 | 65.14 | - |
| YUV | 176.55 | 142.92 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 216 | 203 | 0.59 | 0 | 0.06 | 0.15 | 173.86 | 0.62 | 0.6 |
| Hex | 59 | D8 | CB | 3B | 0 | 6 | F | AE | 3E | 3C |
| Octal | 131 | 330 | 313 | 73 | 0 | 6 | 17 | 256 | 76 | 74 |
| Binary | 1011001 | 11011000 | 11001011 | 111011 | 0 | 110 | 1111 | 10101110 | 111110 | 111100 |
Color Harmonies of #59D8CB
Complementary color
Monochromatic Colors of #59D8CB
Black with #59D8CB
Text Example
Text Example
White with #59D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D8CB; }
p { color: rgb(89,216,203); }
H1.HeaderClassName
{
color: #59D8CB;
}
.AnyTagClassName
{
color: #59D8CB;
}
</style>
background-color css
<style>
a { background-color: #59D8CB; }
a { background-color: rgb(89,216,203); }
div.DivClassName
{
background-color: #59D8CB;
}
.BgClassName
{
background-color: #59D8CB;
}
</style>
border-color css
<style>
span { border-color: #59D8CB; }
span { border-color: rgb(89,216,203); }
td.TdClassName
{
border-color: #59D8CB;
}
.TagClassName
{
border-color: #59D8CB;
}
</style>