Shades of Turquoise Blue #59E8F9
Tints of Turquoise Blue #59E8F9
RGB
CMYK
RGB Variations
Color information
#59E8F9 (or 0x59E8F9) is known color: Turquoise Blue. HEX triplet: 59, E8 and F9. RGB value is (89,232,249). Sum of RGB (Red+Green+Blue) = 89+232+249=570 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.61% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #59E8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59E8F9 is #A61706. Grayscale: #BEBEBE. Windows color (decimal): -10884871 or 16377945. OLE color: 16377945.
HSL color Cylindrical-coordinate representation of color #59E8F9: hue angle of 186.38º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59E8F9 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 232 | 249 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.02 |
| HSL | 186.38º | 0.93% | 0.66% | - |
| HSV(B) | 186.38º | 0.64% | 0.98% | - |
| XYZ | 50.08 | 66.68 | 99.85 | - |
| YUV | 191.18 | 160.62 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 232 | 249 | 0.64 | 0.07 | 0 | 0.02 | 186.38 | 0.93 | 0.66 |
| Hex | 59 | E8 | F9 | 40 | 7 | 0 | 2 | BA | 5D | 42 |
| Octal | 131 | 350 | 371 | 100 | 7 | 0 | 2 | 272 | 135 | 102 |
| Binary | 1011001 | 11101000 | 11111001 | 1000000 | 111 | 0 | 10 | 10111010 | 1011101 | 1000010 |
Color Harmonies of #59E8F9
Complementary color
Monochromatic Colors of #59E8F9
Black with #59E8F9
Text Example
Text Example
White with #59E8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E8F9; }
p { color: rgb(89,232,249); }
H1.HeaderClassName
{
color: #59E8F9;
}
.AnyTagClassName
{
color: #59E8F9;
}
</style>
background-color css
<style>
a { background-color: #59E8F9; }
a { background-color: rgb(89,232,249); }
div.DivClassName
{
background-color: #59E8F9;
}
.BgClassName
{
background-color: #59E8F9;
}
</style>
border-color css
<style>
span { border-color: #59E8F9; }
span { border-color: rgb(89,232,249); }
td.TdClassName
{
border-color: #59E8F9;
}
.TagClassName
{
border-color: #59E8F9;
}
</style>