Shades of Turquoise Blue #59ECE6
Tints of Turquoise Blue #59ECE6
RGB
CMYK
RGB Variations
Color information
#59ECE6 (or 0x59ECE6) is known color: Turquoise Blue. HEX triplet: 59, EC and E6. RGB value is (89,236,230). Sum of RGB (Red+Green+Blue) = 89+236+230=555 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.04% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59ECE6 is #A61319. Grayscale: #BFBFBF. Windows color (decimal): -10883866 or 15133785. OLE color: 15133785.
HSL color Cylindrical-coordinate representation of color #59ECE6: hue angle of 177.55º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59ECE6 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 236 | 230 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.07 |
| HSL | 177.55º | 0.79% | 0.64% | - |
| HSV(B) | 177.55º | 0.62% | 0.93% | - |
| XYZ | 48.4 | 67.83 | 85.4 | - |
| YUV | 191.36 | 149.8 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 236 | 230 | 0.62 | 0 | 0.03 | 0.07 | 177.55 | 0.79 | 0.64 |
| Hex | 59 | EC | E6 | 3E | 0 | 3 | 7 | B2 | 4F | 40 |
| Octal | 131 | 354 | 346 | 76 | 0 | 3 | 7 | 262 | 117 | 100 |
| Binary | 1011001 | 11101100 | 11100110 | 111110 | 0 | 11 | 111 | 10110010 | 1001111 | 1000000 |
Color Harmonies of #59ECE6
Complementary color
Monochromatic Colors of #59ECE6
Black with #59ECE6
Text Example
Text Example
White with #59ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ECE6; }
p { color: rgb(89,236,230); }
H1.HeaderClassName
{
color: #59ECE6;
}
.AnyTagClassName
{
color: #59ECE6;
}
</style>
background-color css
<style>
a { background-color: #59ECE6; }
a { background-color: rgb(89,236,230); }
div.DivClassName
{
background-color: #59ECE6;
}
.BgClassName
{
background-color: #59ECE6;
}
</style>
border-color css
<style>
span { border-color: #59ECE6; }
span { border-color: rgb(89,236,230); }
td.TdClassName
{
border-color: #59ECE6;
}
.TagClassName
{
border-color: #59ECE6;
}
</style>