Shades of Turquoise #59EACA
Tints of Turquoise #59EACA
RGB
CMYK
RGB Variations
Color information
#59EACA (or 0x59EACA) is known color: Turquoise. HEX triplet: 59, EA and CA. RGB value is (89,234,202). Sum of RGB (Red+Green+Blue) = 89+234+202=525 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.95% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #59EACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EACA is #A61535. Grayscale: #BABABA. Windows color (decimal): -10884406 or 13298265. OLE color: 13298265.
HSL color Cylindrical-coordinate representation of color #59EACA: hue angle of 166.76º 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 #59EACA is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 234 | 202 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.08 |
| HSL | 166.76º | 0.78% | 0.63% | - |
| HSV(B) | 166.76º | 0.62% | 0.92% | - |
| XYZ | 44.2 | 65.23 | 66.14 | - |
| YUV | 187 | 136.46 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 234 | 202 | 0.62 | 0 | 0.14 | 0.08 | 166.76 | 0.78 | 0.63 |
| Hex | 59 | EA | CA | 3E | 0 | E | 8 | A7 | 4E | 3F |
| Octal | 131 | 352 | 312 | 76 | 0 | 16 | 10 | 247 | 116 | 77 |
| Binary | 1011001 | 11101010 | 11001010 | 111110 | 0 | 1110 | 1000 | 10100111 | 1001110 | 111111 |
Color Harmonies of #59EACA
Complementary color
Monochromatic Colors of #59EACA
Black with #59EACA
Text Example
Text Example
White with #59EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EACA; }
p { color: rgb(89,234,202); }
H1.HeaderClassName
{
color: #59EACA;
}
.AnyTagClassName
{
color: #59EACA;
}
</style>
background-color css
<style>
a { background-color: #59EACA; }
a { background-color: rgb(89,234,202); }
div.DivClassName
{
background-color: #59EACA;
}
.BgClassName
{
background-color: #59EACA;
}
</style>
border-color css
<style>
span { border-color: #59EACA; }
span { border-color: rgb(89,234,202); }
td.TdClassName
{
border-color: #59EACA;
}
.TagClassName
{
border-color: #59EACA;
}
</style>