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