Shades of Turquoise #59F0E1
Tints of Turquoise #59F0E1
RGB
CMYK
RGB Variations
Color information
#59F0E1 (or 0x59F0E1) is known color: Turquoise. HEX triplet: 59, F0 and E1. RGB value is (89,240,225). Sum of RGB (Red+Green+Blue) = 89+240+225=554 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.06% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #59F0E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F0E1 is #A60F1E. Grayscale: #C1C1C1. Windows color (decimal): -10882847 or 14807129. OLE color: 14807129.
HSL color Cylindrical-coordinate representation of color #59F0E1: hue angle of 174.04º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F0E1 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 240 | 225 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.06 |
| HSL | 174.04º | 0.83% | 0.65% | - |
| HSV(B) | 174.04º | 0.63% | 0.94% | - |
| XYZ | 48.87 | 69.88 | 82.15 | - |
| YUV | 193.14 | 145.97 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 240 | 225 | 0.63 | 0 | 0.06 | 0.06 | 174.04 | 0.83 | 0.65 |
| Hex | 59 | F0 | E1 | 3F | 0 | 6 | 6 | AE | 53 | 41 |
| Octal | 131 | 360 | 341 | 77 | 0 | 6 | 6 | 256 | 123 | 101 |
| Binary | 1011001 | 11110000 | 11100001 | 111111 | 0 | 110 | 110 | 10101110 | 1010011 | 1000001 |
Color Harmonies of #59F0E1
Complementary color
Monochromatic Colors of #59F0E1
Black with #59F0E1
Text Example
Text Example
White with #59F0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F0E1; }
p { color: rgb(89,240,225); }
H1.HeaderClassName
{
color: #59F0E1;
}
.AnyTagClassName
{
color: #59F0E1;
}
</style>
background-color css
<style>
a { background-color: #59F0E1; }
a { background-color: rgb(89,240,225); }
div.DivClassName
{
background-color: #59F0E1;
}
.BgClassName
{
background-color: #59F0E1;
}
</style>
border-color css
<style>
span { border-color: #59F0E1; }
span { border-color: rgb(89,240,225); }
td.TdClassName
{
border-color: #59F0E1;
}
.TagClassName
{
border-color: #59F0E1;
}
</style>