Shades of Turquoise Blue #59ECE4
Tints of Turquoise Blue #59ECE4
RGB
CMYK
RGB Variations
Color information
#59ECE4 (or 0x59ECE4) is known color: Turquoise Blue. HEX triplet: 59, EC and E4. RGB value is (89,236,228). Sum of RGB (Red+Green+Blue) = 89+236+228=553 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.09% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59ECE4 is #A6131B. Grayscale: #BFBFBF. Windows color (decimal): -10883868 or 15002713. OLE color: 15002713.
HSL color Cylindrical-coordinate representation of color #59ECE4: hue angle of 176.73º 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 #59ECE4 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 236 | 228 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.07 |
| HSL | 176.73º | 0.79% | 0.64% | - |
| HSV(B) | 176.73º | 0.62% | 0.93% | - |
| XYZ | 48.12 | 67.72 | 83.93 | - |
| YUV | 191.14 | 148.8 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 236 | 228 | 0.62 | 0 | 0.03 | 0.07 | 176.73 | 0.79 | 0.64 |
| Hex | 59 | EC | E4 | 3E | 0 | 3 | 7 | B1 | 4F | 40 |
| Octal | 131 | 354 | 344 | 76 | 0 | 3 | 7 | 261 | 117 | 100 |
| Binary | 1011001 | 11101100 | 11100100 | 111110 | 0 | 11 | 111 | 10110001 | 1001111 | 1000000 |
Color Harmonies of #59ECE4
Complementary color
Monochromatic Colors of #59ECE4
Black with #59ECE4
Text Example
Text Example
White with #59ECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ECE4; }
p { color: rgb(89,236,228); }
H1.HeaderClassName
{
color: #59ECE4;
}
.AnyTagClassName
{
color: #59ECE4;
}
</style>
background-color css
<style>
a { background-color: #59ECE4; }
a { background-color: rgb(89,236,228); }
div.DivClassName
{
background-color: #59ECE4;
}
.BgClassName
{
background-color: #59ECE4;
}
</style>
border-color css
<style>
span { border-color: #59ECE4; }
span { border-color: rgb(89,236,228); }
td.TdClassName
{
border-color: #59ECE4;
}
.TagClassName
{
border-color: #59ECE4;
}
</style>