Shades of Turquoise #59EBCE
Tints of Turquoise #59EBCE
RGB
CMYK
RGB Variations
Color information
#59EBCE (or 0x59EBCE) is known color: Turquoise. HEX triplet: 59, EB and CE. RGB value is (89,235,206). Sum of RGB (Red+Green+Blue) = 89+235+206=530 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.79% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #59EBCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EBCE is #A61431. Grayscale: #BCBCBC. Windows color (decimal): -10884146 or 13560665. OLE color: 13560665.
HSL color Cylindrical-coordinate representation of color #59EBCE: hue angle of 168.08º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59EBCE is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 235 | 206 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.08 |
| HSL | 168.08º | 0.78% | 0.64% | - |
| HSV(B) | 168.08º | 0.62% | 0.92% | - |
| XYZ | 44.97 | 66 | 68.76 | - |
| YUV | 188.04 | 138.13 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 235 | 206 | 0.62 | 0 | 0.12 | 0.08 | 168.08 | 0.78 | 0.64 |
| Hex | 59 | EB | CE | 3E | 0 | C | 8 | A8 | 4E | 40 |
| Octal | 131 | 353 | 316 | 76 | 0 | 14 | 10 | 250 | 116 | 100 |
| Binary | 1011001 | 11101011 | 11001110 | 111110 | 0 | 1100 | 1000 | 10101000 | 1001110 | 1000000 |
Color Harmonies of #59EBCE
Complementary color
Monochromatic Colors of #59EBCE
Black with #59EBCE
Text Example
Text Example
White with #59EBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EBCE; }
p { color: rgb(89,235,206); }
H1.HeaderClassName
{
color: #59EBCE;
}
.AnyTagClassName
{
color: #59EBCE;
}
</style>
background-color css
<style>
a { background-color: #59EBCE; }
a { background-color: rgb(89,235,206); }
div.DivClassName
{
background-color: #59EBCE;
}
.BgClassName
{
background-color: #59EBCE;
}
</style>
border-color css
<style>
span { border-color: #59EBCE; }
span { border-color: rgb(89,235,206); }
td.TdClassName
{
border-color: #59EBCE;
}
.TagClassName
{
border-color: #59EBCE;
}
</style>