Shades of Turquoise #47ECB9
Tints of Turquoise #47ECB9
RGB
CMYK
RGB Variations
Color information
#47ECB9 (or 0x47ECB9) is known color: Turquoise. HEX triplet: 47, EC and B9. RGB value is (71,236,185). Sum of RGB (Red+Green+Blue) = 71+236+185=492 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.43% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47ECB9 is #B81346. Grayscale: #B4B4B4. Windows color (decimal): -12063559 or 12184647. OLE color: 12184647.
HSL color Cylindrical-coordinate representation of color #47ECB9: hue angle of 161.45º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47ECB9 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 236 | 185 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.07 |
| HSL | 161.45º | 0.81% | 0.6% | - |
| HSV(B) | 161.45º | 0.7% | 0.93% | - |
| XYZ | 41.35 | 64.83 | 56.23 | - |
| YUV | 180.85 | 130.34 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 236 | 185 | 0.70 | 0 | 0.22 | 0.07 | 161.45 | 0.81 | 0.6 |
| Hex | 47 | EC | B9 | 46 | 0 | 16 | 7 | A1 | 51 | 3C |
| Octal | 107 | 354 | 271 | 106 | 0 | 26 | 7 | 241 | 121 | 74 |
| Binary | 1000111 | 11101100 | 10111001 | 1000110 | 0 | 10110 | 111 | 10100001 | 1010001 | 111100 |
Color Harmonies of #47ECB9
Complementary color
Monochromatic Colors of #47ECB9
Black with #47ECB9
Text Example
Text Example
White with #47ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ECB9; }
p { color: rgb(71,236,185); }
H1.HeaderClassName
{
color: #47ECB9;
}
.AnyTagClassName
{
color: #47ECB9;
}
</style>
background-color css
<style>
a { background-color: #47ECB9; }
a { background-color: rgb(71,236,185); }
div.DivClassName
{
background-color: #47ECB9;
}
.BgClassName
{
background-color: #47ECB9;
}
</style>
border-color css
<style>
span { border-color: #47ECB9; }
span { border-color: rgb(71,236,185); }
td.TdClassName
{
border-color: #47ECB9;
}
.TagClassName
{
border-color: #47ECB9;
}
</style>