Shades of Medium Turquoise #59DBCB
Tints of Medium Turquoise #59DBCB
RGB
CMYK
RGB Variations
Color information
#59DBCB (or 0x59DBCB) is known color: Medium Turquoise. HEX triplet: 59, DB and CB. RGB value is (89,219,203). Sum of RGB (Red+Green+Blue) = 89+219+203=511 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.42% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #59DBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DBCB is #A62434. Grayscale: #B2B2B2. Windows color (decimal): -10888245 or 13359961. OLE color: 13359961.
HSL color Cylindrical-coordinate representation of color #59DBCB: hue angle of 172.62º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59DBCB is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 219 | 203 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.14 |
| HSL | 172.62º | 0.64% | 0.6% | - |
| HSV(B) | 172.62º | 0.59% | 0.86% | - |
| XYZ | 40.23 | 57.1 | 65.4 | - |
| YUV | 178.31 | 141.93 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 219 | 203 | 0.59 | 0 | 0.07 | 0.14 | 172.62 | 0.64 | 0.6 |
| Hex | 59 | DB | CB | 3B | 0 | 7 | E | AD | 40 | 3C |
| Octal | 131 | 333 | 313 | 73 | 0 | 7 | 16 | 255 | 100 | 74 |
| Binary | 1011001 | 11011011 | 11001011 | 111011 | 0 | 111 | 1110 | 10101101 | 1000000 | 111100 |
Color Harmonies of #59DBCB
Complementary color
Monochromatic Colors of #59DBCB
Black with #59DBCB
Text Example
Text Example
White with #59DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DBCB; }
p { color: rgb(89,219,203); }
H1.HeaderClassName
{
color: #59DBCB;
}
.AnyTagClassName
{
color: #59DBCB;
}
</style>
background-color css
<style>
a { background-color: #59DBCB; }
a { background-color: rgb(89,219,203); }
div.DivClassName
{
background-color: #59DBCB;
}
.BgClassName
{
background-color: #59DBCB;
}
</style>
border-color css
<style>
span { border-color: #59DBCB; }
span { border-color: rgb(89,219,203); }
td.TdClassName
{
border-color: #59DBCB;
}
.TagClassName
{
border-color: #59DBCB;
}
</style>