Shades of Turquoise Blue #59DBE8
Tints of Turquoise Blue #59DBE8
RGB
CMYK
RGB Variations
Color information
#59DBE8 (or 0x59DBE8) is known color: Turquoise Blue. HEX triplet: 59, DB and E8. RGB value is (89,219,232). Sum of RGB (Red+Green+Blue) = 89+219+232=540 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.48% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #59DBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DBE8 is #A62417. Grayscale: #B5B5B5. Windows color (decimal): -10888216 or 15260505. OLE color: 15260505.
HSL color Cylindrical-coordinate representation of color #59DBE8: hue angle of 185.45º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59DBE8 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 219 | 232 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.09 |
| HSL | 185.45º | 0.76% | 0.63% | - |
| HSV(B) | 185.45º | 0.62% | 0.91% | - |
| XYZ | 44.02 | 58.61 | 85.34 | - |
| YUV | 181.61 | 156.43 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 219 | 232 | 0.62 | 0.06 | 0 | 0.09 | 185.45 | 0.76 | 0.63 |
| Hex | 59 | DB | E8 | 3E | 6 | 0 | 9 | B9 | 4C | 3F |
| Octal | 131 | 333 | 350 | 76 | 6 | 0 | 11 | 271 | 114 | 77 |
| Binary | 1011001 | 11011011 | 11101000 | 111110 | 110 | 0 | 1001 | 10111001 | 1001100 | 111111 |
Color Harmonies of #59DBE8
Complementary color
Monochromatic Colors of #59DBE8
Black with #59DBE8
Text Example
Text Example
White with #59DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DBE8; }
p { color: rgb(89,219,232); }
H1.HeaderClassName
{
color: #59DBE8;
}
.AnyTagClassName
{
color: #59DBE8;
}
</style>
background-color css
<style>
a { background-color: #59DBE8; }
a { background-color: rgb(89,219,232); }
div.DivClassName
{
background-color: #59DBE8;
}
.BgClassName
{
background-color: #59DBE8;
}
</style>
border-color css
<style>
span { border-color: #59DBE8; }
span { border-color: rgb(89,219,232); }
td.TdClassName
{
border-color: #59DBE8;
}
.TagClassName
{
border-color: #59DBE8;
}
</style>