Shades of Turquoise #47FEC0
Tints of Turquoise #47FEC0
RGB
CMYK
RGB Variations
Color information
#47FEC0 (or 0x47FEC0) is known color: Turquoise. HEX triplet: 47, FE and C0. RGB value is (71,254,192). Sum of RGB (Red+Green+Blue) = 71+254+192=517 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.73% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FEC0 is #B8013F. Grayscale: #C0C0C0. Windows color (decimal): -12058944 or 12648007. OLE color: 12648007.
HSL color Cylindrical-coordinate representation of color #47FEC0: hue angle of 159.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FEC0 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 192 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.00 |
| HSL | 159.67º | 0.99% | 0.64% | - |
| HSV(B) | 159.67º | 0.72% | 1% | - |
| XYZ | 47.55 | 76.03 | 62.04 | - |
| YUV | 192.22 | 127.87 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 192 | 0.72 | 0 | 0.24 | 0.00 | 159.67 | 0.99 | 0.64 |
| Hex | 47 | FE | C0 | 48 | 0 | 18 | 0 | A0 | 63 | 40 |
| Octal | 107 | 376 | 300 | 110 | 0 | 30 | 0 | 240 | 143 | 100 |
| Binary | 1000111 | 11111110 | 11000000 | 1001000 | 0 | 11000 | 0 | 10100000 | 1100011 | 1000000 |
Color Harmonies of #47FEC0
Complementary color
Monochromatic Colors of #47FEC0
Black with #47FEC0
Text Example
Text Example
White with #47FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FEC0; }
p { color: rgb(71,254,192); }
H1.HeaderClassName
{
color: #47FEC0;
}
.AnyTagClassName
{
color: #47FEC0;
}
</style>
background-color css
<style>
a { background-color: #47FEC0; }
a { background-color: rgb(71,254,192); }
div.DivClassName
{
background-color: #47FEC0;
}
.BgClassName
{
background-color: #47FEC0;
}
</style>
border-color css
<style>
span { border-color: #47FEC0; }
span { border-color: rgb(71,254,192); }
td.TdClassName
{
border-color: #47FEC0;
}
.TagClassName
{
border-color: #47FEC0;
}
</style>