Shades of Turquoise #59EACF
Tints of Turquoise #59EACF
RGB
CMYK
RGB Variations
Color information
#59EACF (or 0x59EACF) is known color: Turquoise. HEX triplet: 59, EA and CF. RGB value is (89,234,207). Sum of RGB (Red+Green+Blue) = 89+234+207=530 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.79% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #59EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EACF is #A61530. Grayscale: #BBBBBB. Windows color (decimal): -10884401 or 13625945. OLE color: 13625945.
HSL color Cylindrical-coordinate representation of color #59EACF: hue angle of 168.83º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59EACF is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 234 | 207 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.08 |
| HSL | 168.83º | 0.78% | 0.63% | - |
| HSV(B) | 168.83º | 0.62% | 0.92% | - |
| XYZ | 44.81 | 65.47 | 69.31 | - |
| YUV | 187.57 | 138.96 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 234 | 207 | 0.62 | 0 | 0.12 | 0.08 | 168.83 | 0.78 | 0.63 |
| Hex | 59 | EA | CF | 3E | 0 | C | 8 | A9 | 4E | 3F |
| Octal | 131 | 352 | 317 | 76 | 0 | 14 | 10 | 251 | 116 | 77 |
| Binary | 1011001 | 11101010 | 11001111 | 111110 | 0 | 1100 | 1000 | 10101001 | 1001110 | 111111 |
Color Harmonies of #59EACF
Complementary color
Monochromatic Colors of #59EACF
Black with #59EACF
Text Example
Text Example
White with #59EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EACF; }
p { color: rgb(89,234,207); }
H1.HeaderClassName
{
color: #59EACF;
}
.AnyTagClassName
{
color: #59EACF;
}
</style>
background-color css
<style>
a { background-color: #59EACF; }
a { background-color: rgb(89,234,207); }
div.DivClassName
{
background-color: #59EACF;
}
.BgClassName
{
background-color: #59EACF;
}
</style>
border-color css
<style>
span { border-color: #59EACF; }
span { border-color: rgb(89,234,207); }
td.TdClassName
{
border-color: #59EACF;
}
.TagClassName
{
border-color: #59EACF;
}
</style>