Shades of Turquoise Blue #59E8FE
Tints of Turquoise Blue #59E8FE
RGB
CMYK
RGB Variations
Color information
#59E8FE (or 0x59E8FE) is known color: Turquoise Blue. HEX triplet: 59, E8 and FE. RGB value is (89,232,254). Sum of RGB (Red+Green+Blue) = 89+232+254=575 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.48% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #59E8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59E8FE is #A61701. Grayscale: #BFBFBF. Windows color (decimal): -10884866 or 16705625. OLE color: 16705625.
HSL color Cylindrical-coordinate representation of color #59E8FE: hue angle of 188º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59E8FE is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 232 | 254 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.00 |
| HSL | 188º | 0.99% | 0.67% | - |
| HSV(B) | 188º | 0.65% | 1% | - |
| XYZ | 50.87 | 66.99 | 104.02 | - |
| YUV | 191.75 | 163.12 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 232 | 254 | 0.65 | 0.09 | 0 | 0.00 | 188 | 0.99 | 0.67 |
| Hex | 59 | E8 | FE | 41 | 9 | 0 | 0 | BC | 63 | 43 |
| Octal | 131 | 350 | 376 | 101 | 11 | 0 | 0 | 274 | 143 | 103 |
| Binary | 1011001 | 11101000 | 11111110 | 1000001 | 1001 | 0 | 0 | 10111100 | 1100011 | 1000011 |
Color Harmonies of #59E8FE
Complementary color
Monochromatic Colors of #59E8FE
Black with #59E8FE
Text Example
Text Example
White with #59E8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E8FE; }
p { color: rgb(89,232,254); }
H1.HeaderClassName
{
color: #59E8FE;
}
.AnyTagClassName
{
color: #59E8FE;
}
</style>
background-color css
<style>
a { background-color: #59E8FE; }
a { background-color: rgb(89,232,254); }
div.DivClassName
{
background-color: #59E8FE;
}
.BgClassName
{
background-color: #59E8FE;
}
</style>
border-color css
<style>
span { border-color: #59E8FE; }
span { border-color: rgb(89,232,254); }
td.TdClassName
{
border-color: #59E8FE;
}
.TagClassName
{
border-color: #59E8FE;
}
</style>