Shades of Turquoise #47E2BB
Tints of Turquoise #47E2BB
RGB
CMYK
RGB Variations
Color information
#47E2BB (or 0x47E2BB) is known color: Turquoise. HEX triplet: 47, E2 and BB. RGB value is (71,226,187). Sum of RGB (Red+Green+Blue) = 71+226+187=484 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.67% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #47E2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E2BB is #B81D44. Grayscale: #AFAFAF. Windows color (decimal): -12066117 or 12313159. OLE color: 12313159.
HSL color Cylindrical-coordinate representation of color #47E2BB: hue angle of 164.9º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E2BB is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 226 | 187 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.11 |
| HSL | 164.9º | 0.73% | 0.58% | - |
| HSV(B) | 164.9º | 0.69% | 0.89% | - |
| XYZ | 38.76 | 59.32 | 56.42 | - |
| YUV | 175.21 | 134.65 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 226 | 187 | 0.69 | 0 | 0.17 | 0.11 | 164.9 | 0.73 | 0.58 |
| Hex | 47 | E2 | BB | 45 | 0 | 11 | B | A5 | 49 | 3A |
| Octal | 107 | 342 | 273 | 105 | 0 | 21 | 13 | 245 | 111 | 72 |
| Binary | 1000111 | 11100010 | 10111011 | 1000101 | 0 | 10001 | 1011 | 10100101 | 1001001 | 111010 |
Color Harmonies of #47E2BB
Complementary color
Monochromatic Colors of #47E2BB
Black with #47E2BB
Text Example
Text Example
White with #47E2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E2BB; }
p { color: rgb(71,226,187); }
H1.HeaderClassName
{
color: #47E2BB;
}
.AnyTagClassName
{
color: #47E2BB;
}
</style>
background-color css
<style>
a { background-color: #47E2BB; }
a { background-color: rgb(71,226,187); }
div.DivClassName
{
background-color: #47E2BB;
}
.BgClassName
{
background-color: #47E2BB;
}
</style>
border-color css
<style>
span { border-color: #47E2BB; }
span { border-color: rgb(71,226,187); }
td.TdClassName
{
border-color: #47E2BB;
}
.TagClassName
{
border-color: #47E2BB;
}
</style>