Shades of Turquoise #47E4C2
Tints of Turquoise #47E4C2
RGB
CMYK
RGB Variations
Color information
#47E4C2 (or 0x47E4C2) is known color: Turquoise. HEX triplet: 47, E4 and C2. RGB value is (71,228,194). Sum of RGB (Red+Green+Blue) = 71+228+194=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 228 (89.45% from 255 or 46.25% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 228 - color contains mainly: green. Hex color #47E4C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E4C2 is #B81B3D. Grayscale: #B1B1B1. Windows color (decimal): -12065598 or 12772423. OLE color: 12772423.
HSL color Cylindrical-coordinate representation of color #47E4C2: hue angle of 167.01º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E4C2 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 228 | 194 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.11 |
| HSL | 167.01º | 0.74% | 0.59% | - |
| HSV(B) | 167.01º | 0.69% | 0.89% | - |
| XYZ | 40.08 | 60.72 | 60.65 | - |
| YUV | 177.18 | 137.49 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 228 | 194 | 0.69 | 0 | 0.15 | 0.11 | 167.01 | 0.74 | 0.59 |
| Hex | 47 | E4 | C2 | 45 | 0 | F | B | A7 | 4A | 3B |
| Octal | 107 | 344 | 302 | 105 | 0 | 17 | 13 | 247 | 112 | 73 |
| Binary | 1000111 | 11100100 | 11000010 | 1000101 | 0 | 1111 | 1011 | 10100111 | 1001010 | 111011 |
Color Harmonies of #47E4C2
Complementary color
Monochromatic Colors of #47E4C2
Black with #47E4C2
Text Example
Text Example
White with #47E4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E4C2; }
p { color: rgb(71,228,194); }
H1.HeaderClassName
{
color: #47E4C2;
}
.AnyTagClassName
{
color: #47E4C2;
}
</style>
background-color css
<style>
a { background-color: #47E4C2; }
a { background-color: rgb(71,228,194); }
div.DivClassName
{
background-color: #47E4C2;
}
.BgClassName
{
background-color: #47E4C2;
}
</style>
border-color css
<style>
span { border-color: #47E4C2; }
span { border-color: rgb(71,228,194); }
td.TdClassName
{
border-color: #47E4C2;
}
.TagClassName
{
border-color: #47E4C2;
}
</style>