Shades of Turquoise Blue #59E1E0
Tints of Turquoise Blue #59E1E0
RGB
CMYK
RGB Variations
Color information
#59E1E0 (or 0x59E1E0) is known color: Turquoise Blue. HEX triplet: 59, E1 and E0. RGB value is (89,225,224). Sum of RGB (Red+Green+Blue) = 89+225+224=538 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.54% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #59E1E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E1E0 is #A61E1F. Grayscale: #B8B8B8. Windows color (decimal): -10886688 or 14737753. OLE color: 14737753.
HSL color Cylindrical-coordinate representation of color #59E1E0: hue angle of 179.56º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59E1E0 is Cyan = 0.60, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 225 | 224 | - |
| CMYK | 0.60 | 0 | 0.00 | 0.12 |
| HSL | 179.56º | 0.69% | 0.62% | - |
| HSV(B) | 179.56º | 0.6% | 0.88% | - |
| XYZ | 44.5 | 61.36 | 80.02 | - |
| YUV | 184.22 | 150.44 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 225 | 224 | 0.60 | 0 | 0.00 | 0.12 | 179.56 | 0.69 | 0.62 |
| Hex | 59 | E1 | E0 | 3C | 0 | 0 | C | B4 | 45 | 3E |
| Octal | 131 | 341 | 340 | 74 | 0 | 0 | 14 | 264 | 105 | 76 |
| Binary | 1011001 | 11100001 | 11100000 | 111100 | 0 | 0 | 1100 | 10110100 | 1000101 | 111110 |
Color Harmonies of #59E1E0
Complementary color
Monochromatic Colors of #59E1E0
Black with #59E1E0
Text Example
Text Example
White with #59E1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E1E0; }
p { color: rgb(89,225,224); }
H1.HeaderClassName
{
color: #59E1E0;
}
.AnyTagClassName
{
color: #59E1E0;
}
</style>
background-color css
<style>
a { background-color: #59E1E0; }
a { background-color: rgb(89,225,224); }
div.DivClassName
{
background-color: #59E1E0;
}
.BgClassName
{
background-color: #59E1E0;
}
</style>
border-color css
<style>
span { border-color: #59E1E0; }
span { border-color: rgb(89,225,224); }
td.TdClassName
{
border-color: #59E1E0;
}
.TagClassName
{
border-color: #59E1E0;
}
</style>