Shades of Turquoise Blue #59DBFF
Tints of Turquoise Blue #59DBFF
RGB
CMYK
RGB Variations
Color information
#59DBFF (or 0x59DBFF) is known color: Turquoise Blue. HEX triplet: 59, DB and FF. RGB value is (89,219,255). Sum of RGB (Red+Green+Blue) = 89+219+255=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #59DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DBFF is #A62400. Grayscale: #B7B7B7. Windows color (decimal): -10888193 or 16767833. OLE color: 16767833.
HSL color Cylindrical-coordinate representation of color #59DBFF: hue angle of 193.01º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59DBFF is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 219 | 255 | - |
| CMYK | 0.65 | 0.14 | 0 | 0 |
| HSL | 193.01º | 1% | 0.67% | - |
| HSV(B) | 193.01º | 0.65% | 1% | - |
| XYZ | 47.5 | 60.01 | 103.69 | - |
| YUV | 184.23 | 167.93 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 219 | 255 | 0.65 | 0.14 | 0 | 0 | 193.01 | 1 | 0.67 |
| Hex | 59 | DB | FF | 41 | E | 0 | 0 | C1 | 64 | 43 |
| Octal | 131 | 333 | 377 | 101 | 16 | 0 | 0 | 301 | 144 | 103 |
| Binary | 1011001 | 11011011 | 11111111 | 1000001 | 1110 | 0 | 0 | 11000001 | 1100100 | 1000011 |
Color Harmonies of #59DBFF
Complementary color
Monochromatic Colors of #59DBFF
Black with #59DBFF
Text Example
Text Example
White with #59DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DBFF; }
p { color: rgb(89,219,255); }
H1.HeaderClassName
{
color: #59DBFF;
}
.AnyTagClassName
{
color: #59DBFF;
}
</style>
background-color css
<style>
a { background-color: #59DBFF; }
a { background-color: rgb(89,219,255); }
div.DivClassName
{
background-color: #59DBFF;
}
.BgClassName
{
background-color: #59DBFF;
}
</style>
border-color css
<style>
span { border-color: #59DBFF; }
span { border-color: rgb(89,219,255); }
td.TdClassName
{
border-color: #59DBFF;
}
.TagClassName
{
border-color: #59DBFF;
}
</style>