Shades of Turquoise Blue #59E2FF
Tints of Turquoise Blue #59E2FF
RGB
CMYK
RGB Variations
Color information
#59E2FF (or 0x59E2FF) is known color: Turquoise Blue. HEX triplet: 59, E2 and FF. RGB value is (89,226,255). Sum of RGB (Red+Green+Blue) = 89+226+255=570 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.61% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #59E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E2FF is #A61D00. Grayscale: #BCBCBC. Windows color (decimal): -10886401 or 16769625. OLE color: 16769625.
HSL color Cylindrical-coordinate representation of color #59E2FF: hue angle of 190.48º 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 #59E2FF is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 226 | 255 | - |
| CMYK | 0.65 | 0.11 | 0 | 0 |
| HSL | 190.48º | 1% | 0.67% | - |
| HSV(B) | 190.48º | 0.65% | 1% | - |
| XYZ | 49.37 | 63.74 | 104.31 | - |
| YUV | 188.34 | 165.61 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 226 | 255 | 0.65 | 0.11 | 0 | 0 | 190.48 | 1 | 0.67 |
| Hex | 59 | E2 | FF | 41 | B | 0 | 0 | BE | 64 | 43 |
| Octal | 131 | 342 | 377 | 101 | 13 | 0 | 0 | 276 | 144 | 103 |
| Binary | 1011001 | 11100010 | 11111111 | 1000001 | 1011 | 0 | 0 | 10111110 | 1100100 | 1000011 |
Color Harmonies of #59E2FF
Complementary color
Monochromatic Colors of #59E2FF
Black with #59E2FF
Text Example
Text Example
White with #59E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E2FF; }
p { color: rgb(89,226,255); }
H1.HeaderClassName
{
color: #59E2FF;
}
.AnyTagClassName
{
color: #59E2FF;
}
</style>
background-color css
<style>
a { background-color: #59E2FF; }
a { background-color: rgb(89,226,255); }
div.DivClassName
{
background-color: #59E2FF;
}
.BgClassName
{
background-color: #59E2FF;
}
</style>
border-color css
<style>
span { border-color: #59E2FF; }
span { border-color: rgb(89,226,255); }
td.TdClassName
{
border-color: #59E2FF;
}
.TagClassName
{
border-color: #59E2FF;
}
</style>