Shades of Turquoise Blue #59DBEB
Tints of Turquoise Blue #59DBEB
RGB
CMYK
RGB Variations
Color information
#59DBEB (or 0x59DBEB) is known color: Turquoise Blue. HEX triplet: 59, DB and EB. RGB value is (89,219,235). Sum of RGB (Red+Green+Blue) = 89+219+235=543 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.39% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #59DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DBEB is #A62414. Grayscale: #B5B5B5. Windows color (decimal): -10888213 or 15457113. OLE color: 15457113.
HSL color Cylindrical-coordinate representation of color #59DBEB: hue angle of 186.58º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59DBEB is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 219 | 235 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.08 |
| HSL | 186.58º | 0.78% | 0.64% | - |
| HSV(B) | 186.58º | 0.62% | 0.92% | - |
| XYZ | 44.45 | 58.79 | 87.6 | - |
| YUV | 181.95 | 157.93 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 219 | 235 | 0.62 | 0.07 | 0 | 0.08 | 186.58 | 0.78 | 0.64 |
| Hex | 59 | DB | EB | 3E | 7 | 0 | 8 | BB | 4E | 40 |
| Octal | 131 | 333 | 353 | 76 | 7 | 0 | 10 | 273 | 116 | 100 |
| Binary | 1011001 | 11011011 | 11101011 | 111110 | 111 | 0 | 1000 | 10111011 | 1001110 | 1000000 |
Color Harmonies of #59DBEB
Complementary color
Monochromatic Colors of #59DBEB
Black with #59DBEB
Text Example
Text Example
White with #59DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DBEB; }
p { color: rgb(89,219,235); }
H1.HeaderClassName
{
color: #59DBEB;
}
.AnyTagClassName
{
color: #59DBEB;
}
</style>
background-color css
<style>
a { background-color: #59DBEB; }
a { background-color: rgb(89,219,235); }
div.DivClassName
{
background-color: #59DBEB;
}
.BgClassName
{
background-color: #59DBEB;
}
</style>
border-color css
<style>
span { border-color: #59DBEB; }
span { border-color: rgb(89,219,235); }
td.TdClassName
{
border-color: #59DBEB;
}
.TagClassName
{
border-color: #59DBEB;
}
</style>