Shades of Turquoise #59EFD1
Tints of Turquoise #59EFD1
RGB
CMYK
RGB Variations
Color information
#59EFD1 (or 0x59EFD1) is known color: Turquoise. HEX triplet: 59, EF and D1. RGB value is (89,239,209). Sum of RGB (Red+Green+Blue) = 89+239+209=537 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.57% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFD1 is #A6102E. Grayscale: #BEBEBE. Windows color (decimal): -10883119 or 13758297. OLE color: 13758297.
HSL color Cylindrical-coordinate representation of color #59EFD1: hue angle of 168º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59EFD1 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 239 | 209 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.06 |
| HSL | 168º | 0.82% | 0.64% | - |
| HSV(B) | 168º | 0.63% | 0.94% | - |
| XYZ | 46.49 | 68.46 | 71.09 | - |
| YUV | 190.73 | 138.31 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 239 | 209 | 0.63 | 0 | 0.13 | 0.06 | 168 | 0.82 | 0.64 |
| Hex | 59 | EF | D1 | 3F | 0 | D | 6 | A8 | 52 | 40 |
| Octal | 131 | 357 | 321 | 77 | 0 | 15 | 6 | 250 | 122 | 100 |
| Binary | 1011001 | 11101111 | 11010001 | 111111 | 0 | 1101 | 110 | 10101000 | 1010010 | 1000000 |
Color Harmonies of #59EFD1
Complementary color
Monochromatic Colors of #59EFD1
Black with #59EFD1
Text Example
Text Example
White with #59EFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EFD1; }
p { color: rgb(89,239,209); }
H1.HeaderClassName
{
color: #59EFD1;
}
.AnyTagClassName
{
color: #59EFD1;
}
</style>
background-color css
<style>
a { background-color: #59EFD1; }
a { background-color: rgb(89,239,209); }
div.DivClassName
{
background-color: #59EFD1;
}
.BgClassName
{
background-color: #59EFD1;
}
</style>
border-color css
<style>
span { border-color: #59EFD1; }
span { border-color: rgb(89,239,209); }
td.TdClassName
{
border-color: #59EFD1;
}
.TagClassName
{
border-color: #59EFD1;
}
</style>