Shades of Turquoise #59EEDD
Tints of Turquoise #59EEDD
RGB
CMYK
RGB Variations
Color information
#59EEDD (or 0x59EEDD) is known color: Turquoise. HEX triplet: 59, EE and DD. RGB value is (89,238,221). Sum of RGB (Red+Green+Blue) = 89+238+221=548 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.24% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #59EEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EEDD is #A61122. Grayscale: #BFBFBF. Windows color (decimal): -10883363 or 14544473. OLE color: 14544473.
HSL color Cylindrical-coordinate representation of color #59EEDD: hue angle of 173.15º 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 #59EEDD is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 238 | 221 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.07 |
| HSL | 173.15º | 0.81% | 0.64% | - |
| HSV(B) | 173.15º | 0.63% | 0.93% | - |
| XYZ | 47.75 | 68.49 | 79.11 | - |
| YUV | 191.51 | 144.64 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 238 | 221 | 0.63 | 0 | 0.07 | 0.07 | 173.15 | 0.81 | 0.64 |
| Hex | 59 | EE | DD | 3F | 0 | 7 | 7 | AD | 51 | 40 |
| Octal | 131 | 356 | 335 | 77 | 0 | 7 | 7 | 255 | 121 | 100 |
| Binary | 1011001 | 11101110 | 11011101 | 111111 | 0 | 111 | 111 | 10101101 | 1010001 | 1000000 |
Color Harmonies of #59EEDD
Complementary color
Monochromatic Colors of #59EEDD
Black with #59EEDD
Text Example
Text Example
White with #59EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EEDD; }
p { color: rgb(89,238,221); }
H1.HeaderClassName
{
color: #59EEDD;
}
.AnyTagClassName
{
color: #59EEDD;
}
</style>
background-color css
<style>
a { background-color: #59EEDD; }
a { background-color: rgb(89,238,221); }
div.DivClassName
{
background-color: #59EEDD;
}
.BgClassName
{
background-color: #59EEDD;
}
</style>
border-color css
<style>
span { border-color: #59EEDD; }
span { border-color: rgb(89,238,221); }
td.TdClassName
{
border-color: #59EEDD;
}
.TagClassName
{
border-color: #59EEDD;
}
</style>