Shades of Turquoise #59EECE
Tints of Turquoise #59EECE
RGB
CMYK
RGB Variations
Color information
#59EECE (or 0x59EECE) is known color: Turquoise. HEX triplet: 59, EE and CE. RGB value is (89,238,206). Sum of RGB (Red+Green+Blue) = 89+238+206=533 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.70% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #59EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EECE is #A61131. Grayscale: #BDBDBD. Windows color (decimal): -10883378 or 13561433. OLE color: 13561433.
HSL color Cylindrical-coordinate representation of color #59EECE: hue angle of 167.11º 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 #59EECE is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 238 | 206 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.07 |
| HSL | 167.11º | 0.81% | 0.64% | - |
| HSV(B) | 167.11º | 0.63% | 0.93% | - |
| XYZ | 45.83 | 67.73 | 69.05 | - |
| YUV | 189.8 | 137.14 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 238 | 206 | 0.63 | 0 | 0.13 | 0.07 | 167.11 | 0.81 | 0.64 |
| Hex | 59 | EE | CE | 3F | 0 | D | 7 | A7 | 51 | 40 |
| Octal | 131 | 356 | 316 | 77 | 0 | 15 | 7 | 247 | 121 | 100 |
| Binary | 1011001 | 11101110 | 11001110 | 111111 | 0 | 1101 | 111 | 10100111 | 1010001 | 1000000 |
Color Harmonies of #59EECE
Complementary color
Monochromatic Colors of #59EECE
Black with #59EECE
Text Example
Text Example
White with #59EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EECE; }
p { color: rgb(89,238,206); }
H1.HeaderClassName
{
color: #59EECE;
}
.AnyTagClassName
{
color: #59EECE;
}
</style>
background-color css
<style>
a { background-color: #59EECE; }
a { background-color: rgb(89,238,206); }
div.DivClassName
{
background-color: #59EECE;
}
.BgClassName
{
background-color: #59EECE;
}
</style>
border-color css
<style>
span { border-color: #59EECE; }
span { border-color: rgb(89,238,206); }
td.TdClassName
{
border-color: #59EECE;
}
.TagClassName
{
border-color: #59EECE;
}
</style>