Shades of Turquoise Blue #59E0F3
Tints of Turquoise Blue #59E0F3
RGB
CMYK
RGB Variations
Color information
#59E0F3 (or 0x59E0F3) is known color: Turquoise Blue. HEX triplet: 59, E0 and F3. RGB value is (89,224,243). Sum of RGB (Red+Green+Blue) = 89+224+243=556 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.01% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #59E0F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E0F3 is #A61F0C. Grayscale: #B9B9B9. Windows color (decimal): -10886925 or 15982681. OLE color: 15982681.
HSL color Cylindrical-coordinate representation of color #59E0F3: hue angle of 187.4º 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 #59E0F3 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 224 | 243 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.05 |
| HSL | 187.4º | 0.87% | 0.65% | - |
| HSV(B) | 187.4º | 0.63% | 0.95% | - |
| XYZ | 46.95 | 61.91 | 94.27 | - |
| YUV | 185.8 | 160.27 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 224 | 243 | 0.63 | 0.08 | 0 | 0.05 | 187.4 | 0.87 | 0.65 |
| Hex | 59 | E0 | F3 | 3F | 8 | 0 | 5 | BB | 57 | 41 |
| Octal | 131 | 340 | 363 | 77 | 10 | 0 | 5 | 273 | 127 | 101 |
| Binary | 1011001 | 11100000 | 11110011 | 111111 | 1000 | 0 | 101 | 10111011 | 1010111 | 1000001 |
Color Harmonies of #59E0F3
Complementary color
Monochromatic Colors of #59E0F3
Black with #59E0F3
Text Example
Text Example
White with #59E0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E0F3; }
p { color: rgb(89,224,243); }
H1.HeaderClassName
{
color: #59E0F3;
}
.AnyTagClassName
{
color: #59E0F3;
}
</style>
background-color css
<style>
a { background-color: #59E0F3; }
a { background-color: rgb(89,224,243); }
div.DivClassName
{
background-color: #59E0F3;
}
.BgClassName
{
background-color: #59E0F3;
}
</style>
border-color css
<style>
span { border-color: #59E0F3; }
span { border-color: rgb(89,224,243); }
td.TdClassName
{
border-color: #59E0F3;
}
.TagClassName
{
border-color: #59E0F3;
}
</style>