Shades of Medium Turquoise #59DBD5
Tints of Medium Turquoise #59DBD5
RGB
CMYK
RGB Variations
Color information
#59DBD5 (or 0x59DBD5) is known color: Medium Turquoise. HEX triplet: 59, DB and D5. RGB value is (89,219,213). Sum of RGB (Red+Green+Blue) = 89+219+213=521 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.08% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #59DBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DBD5 is #A6242A. Grayscale: #B3B3B3. Windows color (decimal): -10888235 or 14015321. OLE color: 14015321.
HSL color Cylindrical-coordinate representation of color #59DBD5: hue angle of 177.23º 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 #59DBD5 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 219 | 213 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.14 |
| HSL | 177.23º | 0.64% | 0.6% | - |
| HSV(B) | 177.23º | 0.59% | 0.86% | - |
| XYZ | 41.46 | 57.59 | 71.88 | - |
| YUV | 179.45 | 146.93 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 219 | 213 | 0.59 | 0 | 0.03 | 0.14 | 177.23 | 0.64 | 0.6 |
| Hex | 59 | DB | D5 | 3B | 0 | 3 | E | B1 | 40 | 3C |
| Octal | 131 | 333 | 325 | 73 | 0 | 3 | 16 | 261 | 100 | 74 |
| Binary | 1011001 | 11011011 | 11010101 | 111011 | 0 | 11 | 1110 | 10110001 | 1000000 | 111100 |
Color Harmonies of #59DBD5
Complementary color
Monochromatic Colors of #59DBD5
Black with #59DBD5
Text Example
Text Example
White with #59DBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DBD5; }
p { color: rgb(89,219,213); }
H1.HeaderClassName
{
color: #59DBD5;
}
.AnyTagClassName
{
color: #59DBD5;
}
</style>
background-color css
<style>
a { background-color: #59DBD5; }
a { background-color: rgb(89,219,213); }
div.DivClassName
{
background-color: #59DBD5;
}
.BgClassName
{
background-color: #59DBD5;
}
</style>
border-color css
<style>
span { border-color: #59DBD5; }
span { border-color: rgb(89,219,213); }
td.TdClassName
{
border-color: #59DBD5;
}
.TagClassName
{
border-color: #59DBD5;
}
</style>