Shades of Turquoise #47ECB5
Tints of Turquoise #47ECB5
RGB
CMYK
RGB Variations
Color information
#47ECB5 (or 0x47ECB5) is known color: Turquoise. HEX triplet: 47, EC and B5. RGB value is (71,236,181). Sum of RGB (Red+Green+Blue) = 71+236+181=488 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.55% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47ECB5 is #B8134A. Grayscale: #B4B4B4. Windows color (decimal): -12063563 or 11922503. OLE color: 11922503.
HSL color Cylindrical-coordinate representation of color #47ECB5: hue angle of 160º 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 #47ECB5 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 236 | 181 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.07 |
| HSL | 160º | 0.81% | 0.6% | - |
| HSV(B) | 160º | 0.7% | 0.93% | - |
| XYZ | 40.93 | 64.67 | 54.04 | - |
| YUV | 180.4 | 128.34 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 236 | 181 | 0.70 | 0 | 0.23 | 0.07 | 160 | 0.81 | 0.6 |
| Hex | 47 | EC | B5 | 46 | 0 | 17 | 7 | A0 | 51 | 3C |
| Octal | 107 | 354 | 265 | 106 | 0 | 27 | 7 | 240 | 121 | 74 |
| Binary | 1000111 | 11101100 | 10110101 | 1000110 | 0 | 10111 | 111 | 10100000 | 1010001 | 111100 |
Color Harmonies of #47ECB5
Complementary color
Monochromatic Colors of #47ECB5
Black with #47ECB5
Text Example
Text Example
White with #47ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ECB5; }
p { color: rgb(71,236,181); }
H1.HeaderClassName
{
color: #47ECB5;
}
.AnyTagClassName
{
color: #47ECB5;
}
</style>
background-color css
<style>
a { background-color: #47ECB5; }
a { background-color: rgb(71,236,181); }
div.DivClassName
{
background-color: #47ECB5;
}
.BgClassName
{
background-color: #47ECB5;
}
</style>
border-color css
<style>
span { border-color: #47ECB5; }
span { border-color: rgb(71,236,181); }
td.TdClassName
{
border-color: #47ECB5;
}
.TagClassName
{
border-color: #47ECB5;
}
</style>