Shades of Turquoise Blue #59E9E5
Tints of Turquoise Blue #59E9E5
RGB
CMYK
RGB Variations
Color information
#59E9E5 (or 0x59E9E5) is known color: Turquoise Blue. HEX triplet: 59, E9 and E5. RGB value is (89,233,229). Sum of RGB (Red+Green+Blue) = 89+233+229=551 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.15% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #59E9E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E9E5 is #A6161A. Grayscale: #BDBDBD. Windows color (decimal): -10884635 or 15067481. OLE color: 15067481.
HSL color Cylindrical-coordinate representation of color #59E9E5: hue angle of 178.33º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59E9E5 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 233 | 229 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.09 |
| HSL | 178.33º | 0.77% | 0.63% | - |
| HSV(B) | 178.33º | 0.62% | 0.91% | - |
| XYZ | 47.4 | 66.06 | 84.38 | - |
| YUV | 189.49 | 150.29 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 233 | 229 | 0.62 | 0 | 0.02 | 0.09 | 178.33 | 0.77 | 0.63 |
| Hex | 59 | E9 | E5 | 3E | 0 | 2 | 9 | B2 | 4D | 3F |
| Octal | 131 | 351 | 345 | 76 | 0 | 2 | 11 | 262 | 115 | 77 |
| Binary | 1011001 | 11101001 | 11100101 | 111110 | 0 | 10 | 1001 | 10110010 | 1001101 | 111111 |
Color Harmonies of #59E9E5
Complementary color
Monochromatic Colors of #59E9E5
Black with #59E9E5
Text Example
Text Example
White with #59E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E9E5; }
p { color: rgb(89,233,229); }
H1.HeaderClassName
{
color: #59E9E5;
}
.AnyTagClassName
{
color: #59E9E5;
}
</style>
background-color css
<style>
a { background-color: #59E9E5; }
a { background-color: rgb(89,233,229); }
div.DivClassName
{
background-color: #59E9E5;
}
.BgClassName
{
background-color: #59E9E5;
}
</style>
border-color css
<style>
span { border-color: #59E9E5; }
span { border-color: rgb(89,233,229); }
td.TdClassName
{
border-color: #59E9E5;
}
.TagClassName
{
border-color: #59E9E5;
}
</style>