Shades of Turquoise Blue #59F3E5
Tints of Turquoise Blue #59F3E5
RGB
CMYK
RGB Variations
Color information
#59F3E5 (or 0x59F3E5) is known color: Turquoise Blue. HEX triplet: 59, F3 and E5. RGB value is (89,243,229). Sum of RGB (Red+Green+Blue) = 89+243+229=561 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.86% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #59F3E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F3E5 is #A60C1A. Grayscale: #C3C3C3. Windows color (decimal): -10882075 or 15070041. OLE color: 15070041.
HSL color Cylindrical-coordinate representation of color #59F3E5: hue angle of 174.55º 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 #59F3E5 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 243 | 229 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.05 |
| HSL | 174.55º | 0.87% | 0.65% | - |
| HSV(B) | 174.55º | 0.63% | 0.95% | - |
| XYZ | 50.31 | 71.88 | 85.35 | - |
| YUV | 195.36 | 146.98 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 243 | 229 | 0.63 | 0 | 0.06 | 0.05 | 174.55 | 0.87 | 0.65 |
| Hex | 59 | F3 | E5 | 3F | 0 | 6 | 5 | AF | 57 | 41 |
| Octal | 131 | 363 | 345 | 77 | 0 | 6 | 5 | 257 | 127 | 101 |
| Binary | 1011001 | 11110011 | 11100101 | 111111 | 0 | 110 | 101 | 10101111 | 1010111 | 1000001 |
Color Harmonies of #59F3E5
Complementary color
Monochromatic Colors of #59F3E5
Black with #59F3E5
Text Example
Text Example
White with #59F3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F3E5; }
p { color: rgb(89,243,229); }
H1.HeaderClassName
{
color: #59F3E5;
}
.AnyTagClassName
{
color: #59F3E5;
}
</style>
background-color css
<style>
a { background-color: #59F3E5; }
a { background-color: rgb(89,243,229); }
div.DivClassName
{
background-color: #59F3E5;
}
.BgClassName
{
background-color: #59F3E5;
}
</style>
border-color css
<style>
span { border-color: #59F3E5; }
span { border-color: rgb(89,243,229); }
td.TdClassName
{
border-color: #59F3E5;
}
.TagClassName
{
border-color: #59F3E5;
}
</style>