Shades of Turquoise #59EADB
Tints of Turquoise #59EADB
RGB
CMYK
RGB Variations
Color information
#59EADB (or 0x59EADB) is known color: Turquoise. HEX triplet: 59, EA and DB. RGB value is (89,234,219). Sum of RGB (Red+Green+Blue) = 89+234+219=542 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.42% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #59EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EADB is #A61524. Grayscale: #BCBCBC. Windows color (decimal): -10884389 or 14412377. OLE color: 14412377.
HSL color Cylindrical-coordinate representation of color #59EADB: hue angle of 173.79º 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 #59EADB is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 234 | 219 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.08 |
| HSL | 173.79º | 0.78% | 0.63% | - |
| HSV(B) | 173.79º | 0.62% | 0.92% | - |
| XYZ | 46.33 | 66.08 | 77.33 | - |
| YUV | 188.94 | 144.96 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 234 | 219 | 0.62 | 0 | 0.06 | 0.08 | 173.79 | 0.78 | 0.63 |
| Hex | 59 | EA | DB | 3E | 0 | 6 | 8 | AE | 4E | 3F |
| Octal | 131 | 352 | 333 | 76 | 0 | 6 | 10 | 256 | 116 | 77 |
| Binary | 1011001 | 11101010 | 11011011 | 111110 | 0 | 110 | 1000 | 10101110 | 1001110 | 111111 |
Color Harmonies of #59EADB
Complementary color
Monochromatic Colors of #59EADB
Black with #59EADB
Text Example
Text Example
White with #59EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EADB; }
p { color: rgb(89,234,219); }
H1.HeaderClassName
{
color: #59EADB;
}
.AnyTagClassName
{
color: #59EADB;
}
</style>
background-color css
<style>
a { background-color: #59EADB; }
a { background-color: rgb(89,234,219); }
div.DivClassName
{
background-color: #59EADB;
}
.BgClassName
{
background-color: #59EADB;
}
</style>
border-color css
<style>
span { border-color: #59EADB; }
span { border-color: rgb(89,234,219); }
td.TdClassName
{
border-color: #59EADB;
}
.TagClassName
{
border-color: #59EADB;
}
</style>