Shades of Turquoise Blue #59ECED
Tints of Turquoise Blue #59ECED
RGB
CMYK
RGB Variations
Color information
#59ECED (or 0x59ECED) is known color: Turquoise Blue. HEX triplet: 59, EC and ED. RGB value is (89,236,237). Sum of RGB (Red+Green+Blue) = 89+236+237=562 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.84% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #59ECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59ECED is #A61312. Grayscale: #C0C0C0. Windows color (decimal): -10883859 or 15592537. OLE color: 15592537.
HSL color Cylindrical-coordinate representation of color #59ECED: hue angle of 180.41º degrees, saturation: 0.8, 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 #59ECED is Cyan = 0.62, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 236 | 237 | - |
| CMYK | 0.62 | 0.00 | 0 | 0.07 |
| HSL | 180.41º | 0.8% | 0.64% | - |
| HSV(B) | 180.41º | 0.62% | 0.93% | - |
| XYZ | 49.4 | 68.23 | 90.69 | - |
| YUV | 192.16 | 153.3 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 236 | 237 | 0.62 | 0.00 | 0 | 0.07 | 180.41 | 0.8 | 0.64 |
| Hex | 59 | EC | ED | 3E | 0 | 0 | 7 | B4 | 50 | 40 |
| Octal | 131 | 354 | 355 | 76 | 0 | 0 | 7 | 264 | 120 | 100 |
| Binary | 1011001 | 11101100 | 11101101 | 111110 | 0 | 0 | 111 | 10110100 | 1010000 | 1000000 |
Color Harmonies of #59ECED
Complementary color
Monochromatic Colors of #59ECED
Black with #59ECED
Text Example
Text Example
White with #59ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ECED; }
p { color: rgb(89,236,237); }
H1.HeaderClassName
{
color: #59ECED;
}
.AnyTagClassName
{
color: #59ECED;
}
</style>
background-color css
<style>
a { background-color: #59ECED; }
a { background-color: rgb(89,236,237); }
div.DivClassName
{
background-color: #59ECED;
}
.BgClassName
{
background-color: #59ECED;
}
</style>
border-color css
<style>
span { border-color: #59ECED; }
span { border-color: rgb(89,236,237); }
td.TdClassName
{
border-color: #59ECED;
}
.TagClassName
{
border-color: #59ECED;
}
</style>