Shades of Turquoise #47E8B1
Tints of Turquoise #47E8B1
RGB
CMYK
RGB Variations
Color information
#47E8B1 (or 0x47E8B1) is known color: Turquoise. HEX triplet: 47, E8 and B1. RGB value is (71,232,177). Sum of RGB (Red+Green+Blue) = 71+232+177=480 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.79% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 232 - color contains mainly: green. Hex color #47E8B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47E8B1 is #B8174E. Grayscale: #B1B1B1. Windows color (decimal): -12064591 or 11659335. OLE color: 11659335.
HSL color Cylindrical-coordinate representation of color #47E8B1: hue angle of 159.5º 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 #47E8B1 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 232 | 177 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.09 |
| HSL | 159.5º | 0.78% | 0.59% | - |
| HSV(B) | 159.5º | 0.69% | 0.91% | - |
| XYZ | 39.39 | 62.23 | 51.53 | - |
| YUV | 177.59 | 127.66 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 232 | 177 | 0.69 | 0 | 0.24 | 0.09 | 159.5 | 0.78 | 0.59 |
| Hex | 47 | E8 | B1 | 45 | 0 | 18 | 9 | A0 | 4E | 3B |
| Octal | 107 | 350 | 261 | 105 | 0 | 30 | 11 | 240 | 116 | 73 |
| Binary | 1000111 | 11101000 | 10110001 | 1000101 | 0 | 11000 | 1001 | 10100000 | 1001110 | 111011 |
Color Harmonies of #47E8B1
Complementary color
Monochromatic Colors of #47E8B1
Black with #47E8B1
Text Example
Text Example
White with #47E8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E8B1; }
p { color: rgb(71,232,177); }
H1.HeaderClassName
{
color: #47E8B1;
}
.AnyTagClassName
{
color: #47E8B1;
}
</style>
background-color css
<style>
a { background-color: #47E8B1; }
a { background-color: rgb(71,232,177); }
div.DivClassName
{
background-color: #47E8B1;
}
.BgClassName
{
background-color: #47E8B1;
}
</style>
border-color css
<style>
span { border-color: #47E8B1; }
span { border-color: rgb(71,232,177); }
td.TdClassName
{
border-color: #47E8B1;
}
.TagClassName
{
border-color: #47E8B1;
}
</style>