Shades of Turquoise #59EFC5
Tints of Turquoise #59EFC5
RGB
CMYK
RGB Variations
Color information
#59EFC5 (or 0x59EFC5) is known color: Turquoise. HEX triplet: 59, EF and C5. RGB value is (89,239,197). Sum of RGB (Red+Green+Blue) = 89+239+197=525 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.95% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFC5 is #A6103A. Grayscale: #BDBDBD. Windows color (decimal): -10883131 or 12971865. OLE color: 12971865.
HSL color Cylindrical-coordinate representation of color #59EFC5: hue angle of 163.2º 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 #59EFC5 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 239 | 197 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.06 |
| HSL | 163.2º | 0.82% | 0.64% | - |
| HSV(B) | 163.2º | 0.63% | 0.94% | - |
| XYZ | 45.06 | 67.89 | 63.55 | - |
| YUV | 189.36 | 132.31 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 239 | 197 | 0.63 | 0 | 0.18 | 0.06 | 163.2 | 0.82 | 0.64 |
| Hex | 59 | EF | C5 | 3F | 0 | 12 | 6 | A3 | 52 | 40 |
| Octal | 131 | 357 | 305 | 77 | 0 | 22 | 6 | 243 | 122 | 100 |
| Binary | 1011001 | 11101111 | 11000101 | 111111 | 0 | 10010 | 110 | 10100011 | 1010010 | 1000000 |
Color Harmonies of #59EFC5
Complementary color
Monochromatic Colors of #59EFC5
Black with #59EFC5
Text Example
Text Example
White with #59EFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EFC5; }
p { color: rgb(89,239,197); }
H1.HeaderClassName
{
color: #59EFC5;
}
.AnyTagClassName
{
color: #59EFC5;
}
</style>
background-color css
<style>
a { background-color: #59EFC5; }
a { background-color: rgb(89,239,197); }
div.DivClassName
{
background-color: #59EFC5;
}
.BgClassName
{
background-color: #59EFC5;
}
</style>
border-color css
<style>
span { border-color: #59EFC5; }
span { border-color: rgb(89,239,197); }
td.TdClassName
{
border-color: #59EFC5;
}
.TagClassName
{
border-color: #59EFC5;
}
</style>