Shades of Turquoise #47ECBB
Tints of Turquoise #47ECBB
RGB
CMYK
RGB Variations
Color information
#47ECBB (or 0x47ECBB) is known color: Turquoise. HEX triplet: 47, EC and BB. RGB value is (71,236,187). Sum of RGB (Red+Green+Blue) = 71+236+187=494 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.37% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47ECBB is #B81344. Grayscale: #B5B5B5. Windows color (decimal): -12063557 or 12315719. OLE color: 12315719.
HSL color Cylindrical-coordinate representation of color #47ECBB: hue angle of 162.18º 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 #47ECBB is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 236 | 187 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.07 |
| HSL | 162.18º | 0.81% | 0.6% | - |
| HSV(B) | 162.18º | 0.7% | 0.93% | - |
| XYZ | 41.56 | 64.92 | 57.35 | - |
| YUV | 181.08 | 131.34 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 236 | 187 | 0.70 | 0 | 0.21 | 0.07 | 162.18 | 0.81 | 0.6 |
| Hex | 47 | EC | BB | 46 | 0 | 15 | 7 | A2 | 51 | 3C |
| Octal | 107 | 354 | 273 | 106 | 0 | 25 | 7 | 242 | 121 | 74 |
| Binary | 1000111 | 11101100 | 10111011 | 1000110 | 0 | 10101 | 111 | 10100010 | 1010001 | 111100 |
Color Harmonies of #47ECBB
Complementary color
Monochromatic Colors of #47ECBB
Black with #47ECBB
Text Example
Text Example
White with #47ECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ECBB; }
p { color: rgb(71,236,187); }
H1.HeaderClassName
{
color: #47ECBB;
}
.AnyTagClassName
{
color: #47ECBB;
}
</style>
background-color css
<style>
a { background-color: #47ECBB; }
a { background-color: rgb(71,236,187); }
div.DivClassName
{
background-color: #47ECBB;
}
.BgClassName
{
background-color: #47ECBB;
}
</style>
border-color css
<style>
span { border-color: #47ECBB; }
span { border-color: rgb(71,236,187); }
td.TdClassName
{
border-color: #47ECBB;
}
.TagClassName
{
border-color: #47ECBB;
}
</style>