Shades of Turquoise #59F6BE
Tints of Turquoise #59F6BE
RGB
CMYK
RGB Variations
Color information
#59F6BE (or 0x59F6BE) is known color: Turquoise. HEX triplet: 59, F6 and BE. RGB value is (89,246,190). Sum of RGB (Red+Green+Blue) = 89+246+190=525 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.95% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #59F6BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F6BE is #A60941. Grayscale: #C0C0C0. Windows color (decimal): -10881346 or 12514905. OLE color: 12514905.
HSL color Cylindrical-coordinate representation of color #59F6BE: hue angle of 158.6º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F6BE is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 246 | 190 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.04 |
| HSL | 158.6º | 0.9% | 0.66% | - |
| HSV(B) | 158.6º | 0.64% | 0.96% | - |
| XYZ | 46.37 | 71.75 | 60.12 | - |
| YUV | 192.67 | 126.49 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 246 | 190 | 0.64 | 0 | 0.23 | 0.04 | 158.6 | 0.9 | 0.66 |
| Hex | 59 | F6 | BE | 40 | 0 | 17 | 4 | 9F | 5A | 42 |
| Octal | 131 | 366 | 276 | 100 | 0 | 27 | 4 | 237 | 132 | 102 |
| Binary | 1011001 | 11110110 | 10111110 | 1000000 | 0 | 10111 | 100 | 10011111 | 1011010 | 1000010 |
Color Harmonies of #59F6BE
Complementary color
Monochromatic Colors of #59F6BE
Black with #59F6BE
Text Example
Text Example
White with #59F6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F6BE; }
p { color: rgb(89,246,190); }
H1.HeaderClassName
{
color: #59F6BE;
}
.AnyTagClassName
{
color: #59F6BE;
}
</style>
background-color css
<style>
a { background-color: #59F6BE; }
a { background-color: rgb(89,246,190); }
div.DivClassName
{
background-color: #59F6BE;
}
.BgClassName
{
background-color: #59F6BE;
}
</style>
border-color css
<style>
span { border-color: #59F6BE; }
span { border-color: rgb(89,246,190); }
td.TdClassName
{
border-color: #59F6BE;
}
.TagClassName
{
border-color: #59F6BE;
}
</style>