Shades of Turquoise #59EEDB
Tints of Turquoise #59EEDB
RGB
CMYK
RGB Variations
Color information
#59EEDB (or 0x59EEDB) is known color: Turquoise. HEX triplet: 59, EE and DB. RGB value is (89,238,219). Sum of RGB (Red+Green+Blue) = 89+238+219=546 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.30% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 238 - color contains mainly: green. Hex color #59EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EEDB is #A61124. Grayscale: #BFBFBF. Windows color (decimal): -10883365 or 14413401. OLE color: 14413401.
HSL color Cylindrical-coordinate representation of color #59EEDB: hue angle of 172.35º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59EEDB is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 238 | 219 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.07 |
| HSL | 172.35º | 0.81% | 0.64% | - |
| HSV(B) | 172.35º | 0.63% | 0.93% | - |
| XYZ | 47.48 | 68.39 | 77.72 | - |
| YUV | 191.28 | 143.64 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 238 | 219 | 0.63 | 0 | 0.08 | 0.07 | 172.35 | 0.81 | 0.64 |
| Hex | 59 | EE | DB | 3F | 0 | 8 | 7 | AC | 51 | 40 |
| Octal | 131 | 356 | 333 | 77 | 0 | 10 | 7 | 254 | 121 | 100 |
| Binary | 1011001 | 11101110 | 11011011 | 111111 | 0 | 1000 | 111 | 10101100 | 1010001 | 1000000 |
Color Harmonies of #59EEDB
Complementary color
Monochromatic Colors of #59EEDB
Black with #59EEDB
Text Example
Text Example
White with #59EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EEDB; }
p { color: rgb(89,238,219); }
H1.HeaderClassName
{
color: #59EEDB;
}
.AnyTagClassName
{
color: #59EEDB;
}
</style>
background-color css
<style>
a { background-color: #59EEDB; }
a { background-color: rgb(89,238,219); }
div.DivClassName
{
background-color: #59EEDB;
}
.BgClassName
{
background-color: #59EEDB;
}
</style>
border-color css
<style>
span { border-color: #59EEDB; }
span { border-color: rgb(89,238,219); }
td.TdClassName
{
border-color: #59EEDB;
}
.TagClassName
{
border-color: #59EEDB;
}
</style>