Shades of Turquoise #59EFC7
Tints of Turquoise #59EFC7
RGB
CMYK
RGB Variations
Color information
#59EFC7 (or 0x59EFC7) is known color: Turquoise. HEX triplet: 59, EF and C7. RGB value is (89,239,199). Sum of RGB (Red+Green+Blue) = 89+239+199=527 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.89% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFC7 is #A61038. Grayscale: #BDBDBD. Windows color (decimal): -10883129 or 13102937. OLE color: 13102937.
HSL color Cylindrical-coordinate representation of color #59EFC7: hue angle of 164º 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 #59EFC7 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 239 | 199 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.06 |
| HSL | 164º | 0.82% | 0.64% | - |
| HSV(B) | 164º | 0.63% | 0.94% | - |
| XYZ | 45.3 | 67.98 | 64.77 | - |
| YUV | 189.59 | 133.31 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 239 | 199 | 0.63 | 0 | 0.17 | 0.06 | 164 | 0.82 | 0.64 |
| Hex | 59 | EF | C7 | 3F | 0 | 11 | 6 | A4 | 52 | 40 |
| Octal | 131 | 357 | 307 | 77 | 0 | 21 | 6 | 244 | 122 | 100 |
| Binary | 1011001 | 11101111 | 11000111 | 111111 | 0 | 10001 | 110 | 10100100 | 1010010 | 1000000 |
Color Harmonies of #59EFC7
Complementary color
Monochromatic Colors of #59EFC7
Black with #59EFC7
Text Example
Text Example
White with #59EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EFC7; }
p { color: rgb(89,239,199); }
H1.HeaderClassName
{
color: #59EFC7;
}
.AnyTagClassName
{
color: #59EFC7;
}
</style>
background-color css
<style>
a { background-color: #59EFC7; }
a { background-color: rgb(89,239,199); }
div.DivClassName
{
background-color: #59EFC7;
}
.BgClassName
{
background-color: #59EFC7;
}
</style>
border-color css
<style>
span { border-color: #59EFC7; }
span { border-color: rgb(89,239,199); }
td.TdClassName
{
border-color: #59EFC7;
}
.TagClassName
{
border-color: #59EFC7;
}
</style>