Shades of Turquoise Blue #59DAE6
Tints of Turquoise Blue #59DAE6
RGB
CMYK
RGB Variations
Color information
#59DAE6 (or 0x59DAE6) is known color: Turquoise Blue. HEX triplet: 59, DA and E6. RGB value is (89,218,230). Sum of RGB (Red+Green+Blue) = 89+218+230=537 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.57% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #59DAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DAE6 is #A62519. Grayscale: #B4B4B4. Windows color (decimal): -10888474 or 15129177. OLE color: 15129177.
HSL color Cylindrical-coordinate representation of color #59DAE6: hue angle of 185.11º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59DAE6 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 218 | 230 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.10 |
| HSL | 185.11º | 0.74% | 0.63% | - |
| HSV(B) | 185.11º | 0.61% | 0.9% | - |
| XYZ | 43.47 | 57.98 | 83.76 | - |
| YUV | 180.8 | 155.76 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 218 | 230 | 0.61 | 0.05 | 0 | 0.10 | 185.11 | 0.74 | 0.63 |
| Hex | 59 | DA | E6 | 3D | 5 | 0 | A | B9 | 4A | 3F |
| Octal | 131 | 332 | 346 | 75 | 5 | 0 | 12 | 271 | 112 | 77 |
| Binary | 1011001 | 11011010 | 11100110 | 111101 | 101 | 0 | 1010 | 10111001 | 1001010 | 111111 |
Color Harmonies of #59DAE6
Complementary color
Monochromatic Colors of #59DAE6
Black with #59DAE6
Text Example
Text Example
White with #59DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DAE6; }
p { color: rgb(89,218,230); }
H1.HeaderClassName
{
color: #59DAE6;
}
.AnyTagClassName
{
color: #59DAE6;
}
</style>
background-color css
<style>
a { background-color: #59DAE6; }
a { background-color: rgb(89,218,230); }
div.DivClassName
{
background-color: #59DAE6;
}
.BgClassName
{
background-color: #59DAE6;
}
</style>
border-color css
<style>
span { border-color: #59DAE6; }
span { border-color: rgb(89,218,230); }
td.TdClassName
{
border-color: #59DAE6;
}
.TagClassName
{
border-color: #59DAE6;
}
</style>