Shades of Turquoise #59EBDB
Tints of Turquoise #59EBDB
RGB
CMYK
RGB Variations
Color information
#59EBDB (or 0x59EBDB) is known color: Turquoise. HEX triplet: 59, EB and DB. RGB value is (89,235,219). Sum of RGB (Red+Green+Blue) = 89+235+219=543 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.39% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #59EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EBDB is #A61424. Grayscale: #BDBDBD. Windows color (decimal): -10884133 or 14412633. OLE color: 14412633.
HSL color Cylindrical-coordinate representation of color #59EBDB: hue angle of 173.42º 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 #59EBDB is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 235 | 219 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.08 |
| HSL | 173.42º | 0.78% | 0.64% | - |
| HSV(B) | 173.42º | 0.62% | 0.92% | - |
| XYZ | 46.61 | 66.65 | 77.43 | - |
| YUV | 189.52 | 144.63 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 235 | 219 | 0.62 | 0 | 0.07 | 0.08 | 173.42 | 0.78 | 0.64 |
| Hex | 59 | EB | DB | 3E | 0 | 7 | 8 | AD | 4E | 40 |
| Octal | 131 | 353 | 333 | 76 | 0 | 7 | 10 | 255 | 116 | 100 |
| Binary | 1011001 | 11101011 | 11011011 | 111110 | 0 | 111 | 1000 | 10101101 | 1001110 | 1000000 |
Color Harmonies of #59EBDB
Complementary color
Monochromatic Colors of #59EBDB
Black with #59EBDB
Text Example
Text Example
White with #59EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EBDB; }
p { color: rgb(89,235,219); }
H1.HeaderClassName
{
color: #59EBDB;
}
.AnyTagClassName
{
color: #59EBDB;
}
</style>
background-color css
<style>
a { background-color: #59EBDB; }
a { background-color: rgb(89,235,219); }
div.DivClassName
{
background-color: #59EBDB;
}
.BgClassName
{
background-color: #59EBDB;
}
</style>
border-color css
<style>
span { border-color: #59EBDB; }
span { border-color: rgb(89,235,219); }
td.TdClassName
{
border-color: #59EBDB;
}
.TagClassName
{
border-color: #59EBDB;
}
</style>