Shades of Turquoise Blue #59CFDB
Tints of Turquoise Blue #59CFDB
RGB
CMYK
RGB Variations
Color information
#59CFDB (or 0x59CFDB) is known color: Turquoise Blue. HEX triplet: 59, CF and DB. RGB value is (89,207,219). Sum of RGB (Red+Green+Blue) = 89+207+219=515 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.28% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #59CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFDB is #A63024. Grayscale: #ACACAC. Windows color (decimal): -10891301 or 14405465. OLE color: 14405465.
HSL color Cylindrical-coordinate representation of color #59CFDB: hue angle of 185.54º 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 #59CFDB is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 207 | 219 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.14 |
| HSL | 185.54º | 0.64% | 0.6% | - |
| HSV(B) | 185.54º | 0.59% | 0.86% | - |
| XYZ | 39.22 | 51.86 | 74.96 | - |
| YUV | 173.09 | 153.91 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 207 | 219 | 0.59 | 0.05 | 0 | 0.14 | 185.54 | 0.64 | 0.6 |
| Hex | 59 | CF | DB | 3B | 5 | 0 | E | BA | 40 | 3C |
| Octal | 131 | 317 | 333 | 73 | 5 | 0 | 16 | 272 | 100 | 74 |
| Binary | 1011001 | 11001111 | 11011011 | 111011 | 101 | 0 | 1110 | 10111010 | 1000000 | 111100 |
Color Harmonies of #59CFDB
Complementary color
Monochromatic Colors of #59CFDB
Black with #59CFDB
Text Example
Text Example
White with #59CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CFDB; }
p { color: rgb(89,207,219); }
H1.HeaderClassName
{
color: #59CFDB;
}
.AnyTagClassName
{
color: #59CFDB;
}
</style>
background-color css
<style>
a { background-color: #59CFDB; }
a { background-color: rgb(89,207,219); }
div.DivClassName
{
background-color: #59CFDB;
}
.BgClassName
{
background-color: #59CFDB;
}
</style>
border-color css
<style>
span { border-color: #59CFDB; }
span { border-color: rgb(89,207,219); }
td.TdClassName
{
border-color: #59CFDB;
}
.TagClassName
{
border-color: #59CFDB;
}
</style>