Shades of Turquoise Blue #59CBDB
Tints of Turquoise Blue #59CBDB
RGB
CMYK
RGB Variations
Color information
#59CBDB (or 0x59CBDB) is known color: Turquoise Blue. HEX triplet: 59, CB and DB. RGB value is (89,203,219). Sum of RGB (Red+Green+Blue) = 89+203+219=511 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.42% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #59CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CBDB is #A63424. Grayscale: #AAAAAA. Windows color (decimal): -10892325 or 14404441. OLE color: 14404441.
HSL color Cylindrical-coordinate representation of color #59CBDB: hue angle of 187.38º 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 #59CBDB is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 203 | 219 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.14 |
| HSL | 187.38º | 0.64% | 0.6% | - |
| HSV(B) | 187.38º | 0.59% | 0.86% | - |
| XYZ | 38.26 | 49.95 | 74.64 | - |
| YUV | 170.74 | 155.23 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 203 | 219 | 0.59 | 0.07 | 0 | 0.14 | 187.38 | 0.64 | 0.6 |
| Hex | 59 | CB | DB | 3B | 7 | 0 | E | BB | 40 | 3C |
| Octal | 131 | 313 | 333 | 73 | 7 | 0 | 16 | 273 | 100 | 74 |
| Binary | 1011001 | 11001011 | 11011011 | 111011 | 111 | 0 | 1110 | 10111011 | 1000000 | 111100 |
Color Harmonies of #59CBDB
Complementary color
Monochromatic Colors of #59CBDB
Black with #59CBDB
Text Example
Text Example
White with #59CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CBDB; }
p { color: rgb(89,203,219); }
H1.HeaderClassName
{
color: #59CBDB;
}
.AnyTagClassName
{
color: #59CBDB;
}
</style>
background-color css
<style>
a { background-color: #59CBDB; }
a { background-color: rgb(89,203,219); }
div.DivClassName
{
background-color: #59CBDB;
}
.BgClassName
{
background-color: #59CBDB;
}
</style>
border-color css
<style>
span { border-color: #59CBDB; }
span { border-color: rgb(89,203,219); }
td.TdClassName
{
border-color: #59CBDB;
}
.TagClassName
{
border-color: #59CBDB;
}
</style>