Shades of Turquoise Blue #59D7DB
Tints of Turquoise Blue #59D7DB
RGB
CMYK
RGB Variations
Color information
#59D7DB (or 0x59D7DB) is known color: Turquoise Blue. HEX triplet: 59, D7 and DB. RGB value is (89,215,219). Sum of RGB (Red+Green+Blue) = 89+215+219=523 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.02% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #59D7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D7DB is #A62824. Grayscale: #B1B1B1. Windows color (decimal): -10889253 or 14407513. OLE color: 14407513.
HSL color Cylindrical-coordinate representation of color #59D7DB: hue angle of 181.85º 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 #59D7DB is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 215 | 219 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.14 |
| HSL | 181.85º | 0.64% | 0.6% | - |
| HSV(B) | 181.85º | 0.59% | 0.86% | - |
| XYZ | 41.21 | 55.84 | 75.62 | - |
| YUV | 177.78 | 151.26 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 215 | 219 | 0.59 | 0.02 | 0 | 0.14 | 181.85 | 0.64 | 0.6 |
| Hex | 59 | D7 | DB | 3B | 2 | 0 | E | B6 | 40 | 3C |
| Octal | 131 | 327 | 333 | 73 | 2 | 0 | 16 | 266 | 100 | 74 |
| Binary | 1011001 | 11010111 | 11011011 | 111011 | 10 | 0 | 1110 | 10110110 | 1000000 | 111100 |
Color Harmonies of #59D7DB
Complementary color
Monochromatic Colors of #59D7DB
Black with #59D7DB
Text Example
Text Example
White with #59D7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D7DB; }
p { color: rgb(89,215,219); }
H1.HeaderClassName
{
color: #59D7DB;
}
.AnyTagClassName
{
color: #59D7DB;
}
</style>
background-color css
<style>
a { background-color: #59D7DB; }
a { background-color: rgb(89,215,219); }
div.DivClassName
{
background-color: #59D7DB;
}
.BgClassName
{
background-color: #59D7DB;
}
</style>
border-color css
<style>
span { border-color: #59D7DB; }
span { border-color: rgb(89,215,219); }
td.TdClassName
{
border-color: #59D7DB;
}
.TagClassName
{
border-color: #59D7DB;
}
</style>