Shades of Turquoise #59EAC6
Tints of Turquoise #59EAC6
RGB
CMYK
RGB Variations
Color information
#59EAC6 (or 0x59EAC6) is known color: Turquoise. HEX triplet: 59, EA and C6. RGB value is (89,234,198). Sum of RGB (Red+Green+Blue) = 89+234+198=521 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.08% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #59EAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EAC6 is #A61539. Grayscale: #BABABA. Windows color (decimal): -10884410 or 13036121. OLE color: 13036121.
HSL color Cylindrical-coordinate representation of color #59EAC6: hue angle of 165.1º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59EAC6 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 234 | 198 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.08 |
| HSL | 165.1º | 0.78% | 0.63% | - |
| HSV(B) | 165.1º | 0.62% | 0.92% | - |
| XYZ | 43.74 | 65.05 | 63.68 | - |
| YUV | 186.54 | 134.46 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 234 | 198 | 0.62 | 0 | 0.15 | 0.08 | 165.1 | 0.78 | 0.63 |
| Hex | 59 | EA | C6 | 3E | 0 | F | 8 | A5 | 4E | 3F |
| Octal | 131 | 352 | 306 | 76 | 0 | 17 | 10 | 245 | 116 | 77 |
| Binary | 1011001 | 11101010 | 11000110 | 111110 | 0 | 1111 | 1000 | 10100101 | 1001110 | 111111 |
Color Harmonies of #59EAC6
Complementary color
Monochromatic Colors of #59EAC6
Black with #59EAC6
Text Example
Text Example
White with #59EAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EAC6; }
p { color: rgb(89,234,198); }
H1.HeaderClassName
{
color: #59EAC6;
}
.AnyTagClassName
{
color: #59EAC6;
}
</style>
background-color css
<style>
a { background-color: #59EAC6; }
a { background-color: rgb(89,234,198); }
div.DivClassName
{
background-color: #59EAC6;
}
.BgClassName
{
background-color: #59EAC6;
}
</style>
border-color css
<style>
span { border-color: #59EAC6; }
span { border-color: rgb(89,234,198); }
td.TdClassName
{
border-color: #59EAC6;
}
.TagClassName
{
border-color: #59EAC6;
}
</style>