Shades of Turquoise Blue #59E5ED
Tints of Turquoise Blue #59E5ED
RGB
CMYK
RGB Variations
Color information
#59E5ED (or 0x59E5ED) is known color: Turquoise Blue. HEX triplet: 59, E5 and ED. RGB value is (89,229,237). Sum of RGB (Red+Green+Blue) = 89+229+237=555 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.04% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #59E5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E5ED is #A61A12. Grayscale: #BBBBBB. Windows color (decimal): -10885651 or 15590745. OLE color: 15590745.
HSL color Cylindrical-coordinate representation of color #59E5ED: hue angle of 183.24º 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 #59E5ED is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 229 | 237 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.07 |
| HSL | 183.24º | 0.8% | 0.64% | - |
| HSV(B) | 183.24º | 0.62% | 0.93% | - |
| XYZ | 47.43 | 64.28 | 90.03 | - |
| YUV | 188.05 | 155.62 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 229 | 237 | 0.62 | 0.03 | 0 | 0.07 | 183.24 | 0.8 | 0.64 |
| Hex | 59 | E5 | ED | 3E | 3 | 0 | 7 | B7 | 50 | 40 |
| Octal | 131 | 345 | 355 | 76 | 3 | 0 | 7 | 267 | 120 | 100 |
| Binary | 1011001 | 11100101 | 11101101 | 111110 | 11 | 0 | 111 | 10110111 | 1010000 | 1000000 |
Color Harmonies of #59E5ED
Complementary color
Monochromatic Colors of #59E5ED
Black with #59E5ED
Text Example
Text Example
White with #59E5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E5ED; }
p { color: rgb(89,229,237); }
H1.HeaderClassName
{
color: #59E5ED;
}
.AnyTagClassName
{
color: #59E5ED;
}
</style>
background-color css
<style>
a { background-color: #59E5ED; }
a { background-color: rgb(89,229,237); }
div.DivClassName
{
background-color: #59E5ED;
}
.BgClassName
{
background-color: #59E5ED;
}
</style>
border-color css
<style>
span { border-color: #59E5ED; }
span { border-color: rgb(89,229,237); }
td.TdClassName
{
border-color: #59E5ED;
}
.TagClassName
{
border-color: #59E5ED;
}
</style>