Shades of Turquoise #47E8C7
Tints of Turquoise #47E8C7
RGB
CMYK
RGB Variations
Color information
#47E8C7 (or 0x47E8C7) is known color: Turquoise. HEX triplet: 47, E8 and C7. RGB value is (71,232,199). Sum of RGB (Red+Green+Blue) = 71+232+199=502 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.14% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 232 - color contains mainly: green. Hex color #47E8C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E8C7 is #B81738. Grayscale: #B4B4B4. Windows color (decimal): -12064569 or 13101127. OLE color: 13101127.
HSL color Cylindrical-coordinate representation of color #47E8C7: hue angle of 167.7º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E8C7 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 232 | 199 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.09 |
| HSL | 167.7º | 0.78% | 0.59% | - |
| HSV(B) | 167.7º | 0.69% | 0.91% | - |
| XYZ | 41.76 | 63.18 | 64.03 | - |
| YUV | 180.1 | 138.66 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 232 | 199 | 0.69 | 0 | 0.14 | 0.09 | 167.7 | 0.78 | 0.59 |
| Hex | 47 | E8 | C7 | 45 | 0 | E | 9 | A8 | 4E | 3B |
| Octal | 107 | 350 | 307 | 105 | 0 | 16 | 11 | 250 | 116 | 73 |
| Binary | 1000111 | 11101000 | 11000111 | 1000101 | 0 | 1110 | 1001 | 10101000 | 1001110 | 111011 |
Color Harmonies of #47E8C7
Complementary color
Monochromatic Colors of #47E8C7
Black with #47E8C7
Text Example
Text Example
White with #47E8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E8C7; }
p { color: rgb(71,232,199); }
H1.HeaderClassName
{
color: #47E8C7;
}
.AnyTagClassName
{
color: #47E8C7;
}
</style>
background-color css
<style>
a { background-color: #47E8C7; }
a { background-color: rgb(71,232,199); }
div.DivClassName
{
background-color: #47E8C7;
}
.BgClassName
{
background-color: #47E8C7;
}
</style>
border-color css
<style>
span { border-color: #47E8C7; }
span { border-color: rgb(71,232,199); }
td.TdClassName
{
border-color: #47E8C7;
}
.TagClassName
{
border-color: #47E8C7;
}
</style>