Shades of Turquoise Blue #59E4F3
Tints of Turquoise Blue #59E4F3
RGB
CMYK
RGB Variations
Color information
#59E4F3 (or 0x59E4F3) is known color: Turquoise Blue. HEX triplet: 59, E4 and F3. RGB value is (89,228,243). Sum of RGB (Red+Green+Blue) = 89+228+243=560 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.89% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #59E4F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E4F3 is #A61B0C. Grayscale: #BBBBBB. Windows color (decimal): -10885901 or 15983705. OLE color: 15983705.
HSL color Cylindrical-coordinate representation of color #59E4F3: hue angle of 185.84º degrees, saturation: 0.87, 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 #59E4F3 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 228 | 243 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.05 |
| HSL | 185.84º | 0.87% | 0.65% | - |
| HSV(B) | 185.84º | 0.63% | 0.95% | - |
| XYZ | 48.04 | 64.08 | 94.63 | - |
| YUV | 188.15 | 158.95 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 228 | 243 | 0.63 | 0.06 | 0 | 0.05 | 185.84 | 0.87 | 0.65 |
| Hex | 59 | E4 | F3 | 3F | 6 | 0 | 5 | BA | 57 | 41 |
| Octal | 131 | 344 | 363 | 77 | 6 | 0 | 5 | 272 | 127 | 101 |
| Binary | 1011001 | 11100100 | 11110011 | 111111 | 110 | 0 | 101 | 10111010 | 1010111 | 1000001 |
Color Harmonies of #59E4F3
Complementary color
Monochromatic Colors of #59E4F3
Black with #59E4F3
Text Example
Text Example
White with #59E4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E4F3; }
p { color: rgb(89,228,243); }
H1.HeaderClassName
{
color: #59E4F3;
}
.AnyTagClassName
{
color: #59E4F3;
}
</style>
background-color css
<style>
a { background-color: #59E4F3; }
a { background-color: rgb(89,228,243); }
div.DivClassName
{
background-color: #59E4F3;
}
.BgClassName
{
background-color: #59E4F3;
}
</style>
border-color css
<style>
span { border-color: #59E4F3; }
span { border-color: rgb(89,228,243); }
td.TdClassName
{
border-color: #59E4F3;
}
.TagClassName
{
border-color: #59E4F3;
}
</style>