Shades of Turquoise Blue #59ECEC
Tints of Turquoise Blue #59ECEC
RGB
CMYK
RGB Variations
Color information
#59ECEC (or 0x59ECEC) is known color: Turquoise Blue. HEX triplet: 59, EC and EC. RGB value is (89,236,236). Sum of RGB (Red+Green+Blue) = 89+236+236=561 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.86% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #59ECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59ECEC is #A61313. Grayscale: #BFBFBF. Windows color (decimal): -10883860 or 15527001. OLE color: 15527001.
HSL color Cylindrical-coordinate representation of color #59ECEC: hue angle of 180º 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 #59ECEC is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 236 | 236 | - |
| CMYK | 0.62 | 0 | 0 | 0.07 |
| HSL | 180º | 0.79% | 0.64% | - |
| HSV(B) | 180º | 0.62% | 0.93% | - |
| XYZ | 49.26 | 68.17 | 89.92 | - |
| YUV | 192.05 | 152.8 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 236 | 236 | 0.62 | 0 | 0 | 0.07 | 180 | 0.79 | 0.64 |
| Hex | 59 | EC | EC | 3E | 0 | 0 | 7 | B4 | 4F | 40 |
| Octal | 131 | 354 | 354 | 76 | 0 | 0 | 7 | 264 | 117 | 100 |
| Binary | 1011001 | 11101100 | 11101100 | 111110 | 0 | 0 | 111 | 10110100 | 1001111 | 1000000 |
Color Harmonies of #59ECEC
Complementary color
Monochromatic Colors of #59ECEC
Black with #59ECEC
Text Example
Text Example
White with #59ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ECEC; }
p { color: rgb(89,236,236); }
H1.HeaderClassName
{
color: #59ECEC;
}
.AnyTagClassName
{
color: #59ECEC;
}
</style>
background-color css
<style>
a { background-color: #59ECEC; }
a { background-color: rgb(89,236,236); }
div.DivClassName
{
background-color: #59ECEC;
}
.BgClassName
{
background-color: #59ECEC;
}
</style>
border-color css
<style>
span { border-color: #59ECEC; }
span { border-color: rgb(89,236,236); }
td.TdClassName
{
border-color: #59ECEC;
}
.TagClassName
{
border-color: #59ECEC;
}
</style>