Shades of Turquoise Blue #59E3FF
Tints of Turquoise Blue #59E3FF
RGB
CMYK
RGB Variations
Color information
#59E3FF (or 0x59E3FF) is known color: Turquoise Blue. HEX triplet: 59, E3 and FF. RGB value is (89,227,255). Sum of RGB (Red+Green+Blue) = 89+227+255=571 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.59% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #59E3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E3FF is #A61C00. Grayscale: #BCBCBC. Windows color (decimal): -10886145 or 16769881. OLE color: 16769881.
HSL color Cylindrical-coordinate representation of color #59E3FF: hue angle of 190.12º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59E3FF is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 227 | 255 | - |
| CMYK | 0.65 | 0.11 | 0 | 0 |
| HSL | 190.12º | 1% | 0.67% | - |
| HSV(B) | 190.12º | 0.65% | 1% | - |
| XYZ | 49.64 | 64.28 | 104.4 | - |
| YUV | 188.93 | 165.28 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 227 | 255 | 0.65 | 0.11 | 0 | 0 | 190.12 | 1 | 0.67 |
| Hex | 59 | E3 | FF | 41 | B | 0 | 0 | BE | 64 | 43 |
| Octal | 131 | 343 | 377 | 101 | 13 | 0 | 0 | 276 | 144 | 103 |
| Binary | 1011001 | 11100011 | 11111111 | 1000001 | 1011 | 0 | 0 | 10111110 | 1100100 | 1000011 |
Color Harmonies of #59E3FF
Complementary color
Monochromatic Colors of #59E3FF
Black with #59E3FF
Text Example
Text Example
White with #59E3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E3FF; }
p { color: rgb(89,227,255); }
H1.HeaderClassName
{
color: #59E3FF;
}
.AnyTagClassName
{
color: #59E3FF;
}
</style>
background-color css
<style>
a { background-color: #59E3FF; }
a { background-color: rgb(89,227,255); }
div.DivClassName
{
background-color: #59E3FF;
}
.BgClassName
{
background-color: #59E3FF;
}
</style>
border-color css
<style>
span { border-color: #59E3FF; }
span { border-color: rgb(89,227,255); }
td.TdClassName
{
border-color: #59E3FF;
}
.TagClassName
{
border-color: #59E3FF;
}
</style>