Shades of Turquoise Blue #59F1E9
Tints of Turquoise Blue #59F1E9
RGB
CMYK
RGB Variations
Color information
#59F1E9 (or 0x59F1E9) is known color: Turquoise Blue. HEX triplet: 59, F1 and E9. RGB value is (89,241,233). Sum of RGB (Red+Green+Blue) = 89+241+233=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #59F1E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F1E9 is #A60E16. Grayscale: #C2C2C2. Windows color (decimal): -10882583 or 15331673. OLE color: 15331673.
HSL color Cylindrical-coordinate representation of color #59F1E9: hue angle of 176.84º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F1E9 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 241 | 233 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.05 |
| HSL | 176.84º | 0.84% | 0.65% | - |
| HSV(B) | 176.84º | 0.63% | 0.95% | - |
| XYZ | 50.28 | 70.92 | 88.13 | - |
| YUV | 194.64 | 149.64 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 241 | 233 | 0.63 | 0 | 0.03 | 0.05 | 176.84 | 0.84 | 0.65 |
| Hex | 59 | F1 | E9 | 3F | 0 | 3 | 5 | B1 | 54 | 41 |
| Octal | 131 | 361 | 351 | 77 | 0 | 3 | 5 | 261 | 124 | 101 |
| Binary | 1011001 | 11110001 | 11101001 | 111111 | 0 | 11 | 101 | 10110001 | 1010100 | 1000001 |
Color Harmonies of #59F1E9
Complementary color
Monochromatic Colors of #59F1E9
Black with #59F1E9
Text Example
Text Example
White with #59F1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F1E9; }
p { color: rgb(89,241,233); }
H1.HeaderClassName
{
color: #59F1E9;
}
.AnyTagClassName
{
color: #59F1E9;
}
</style>
background-color css
<style>
a { background-color: #59F1E9; }
a { background-color: rgb(89,241,233); }
div.DivClassName
{
background-color: #59F1E9;
}
.BgClassName
{
background-color: #59F1E9;
}
</style>
border-color css
<style>
span { border-color: #59F1E9; }
span { border-color: rgb(89,241,233); }
td.TdClassName
{
border-color: #59F1E9;
}
.TagClassName
{
border-color: #59F1E9;
}
</style>