Shades of Turquoise #59EFCD
Tints of Turquoise #59EFCD
RGB
CMYK
RGB Variations
Color information
#59EFCD (or 0x59EFCD) is known color: Turquoise. HEX triplet: 59, EF and CD. RGB value is (89,239,205). Sum of RGB (Red+Green+Blue) = 89+239+205=533 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.70% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFCD is #A61032. Grayscale: #BEBEBE. Windows color (decimal): -10883123 or 13496153. OLE color: 13496153.
HSL color Cylindrical-coordinate representation of color #59EFCD: hue angle of 166.4º 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 #59EFCD is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 239 | 205 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.06 |
| HSL | 166.4º | 0.82% | 0.64% | - |
| HSV(B) | 166.4º | 0.63% | 0.94% | - |
| XYZ | 46.01 | 68.26 | 68.51 | - |
| YUV | 190.27 | 136.31 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 239 | 205 | 0.63 | 0 | 0.14 | 0.06 | 166.4 | 0.82 | 0.64 |
| Hex | 59 | EF | CD | 3F | 0 | E | 6 | A6 | 52 | 40 |
| Octal | 131 | 357 | 315 | 77 | 0 | 16 | 6 | 246 | 122 | 100 |
| Binary | 1011001 | 11101111 | 11001101 | 111111 | 0 | 1110 | 110 | 10100110 | 1010010 | 1000000 |
Color Harmonies of #59EFCD
Complementary color
Monochromatic Colors of #59EFCD
Black with #59EFCD
Text Example
Text Example
White with #59EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EFCD; }
p { color: rgb(89,239,205); }
H1.HeaderClassName
{
color: #59EFCD;
}
.AnyTagClassName
{
color: #59EFCD;
}
</style>
background-color css
<style>
a { background-color: #59EFCD; }
a { background-color: rgb(89,239,205); }
div.DivClassName
{
background-color: #59EFCD;
}
.BgClassName
{
background-color: #59EFCD;
}
</style>
border-color css
<style>
span { border-color: #59EFCD; }
span { border-color: rgb(89,239,205); }
td.TdClassName
{
border-color: #59EFCD;
}
.TagClassName
{
border-color: #59EFCD;
}
</style>