Shades of Turquoise #47E3C9
Tints of Turquoise #47E3C9
RGB
CMYK
RGB Variations
Color information
#47E3C9 (or 0x47E3C9) is known color: Turquoise. HEX triplet: 47, E3 and C9. RGB value is (71,227,201). Sum of RGB (Red+Green+Blue) = 71+227+201=499 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.23% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #47E3C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E3C9 is #B81C36. Grayscale: #B1B1B1. Windows color (decimal): -12065847 or 13230919. OLE color: 13230919.
HSL color Cylindrical-coordinate representation of color #47E3C9: hue angle of 170º degrees, saturation: 0.74, 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 #47E3C9 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 227 | 201 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.11 |
| HSL | 170º | 0.74% | 0.58% | - |
| HSV(B) | 170º | 0.69% | 0.89% | - |
| XYZ | 40.61 | 60.49 | 64.79 | - |
| YUV | 177.39 | 141.32 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 227 | 201 | 0.69 | 0 | 0.11 | 0.11 | 170 | 0.74 | 0.58 |
| Hex | 47 | E3 | C9 | 45 | 0 | B | B | AA | 4A | 3A |
| Octal | 107 | 343 | 311 | 105 | 0 | 13 | 13 | 252 | 112 | 72 |
| Binary | 1000111 | 11100011 | 11001001 | 1000101 | 0 | 1011 | 1011 | 10101010 | 1001010 | 111010 |
Color Harmonies of #47E3C9
Complementary color
Monochromatic Colors of #47E3C9
Black with #47E3C9
Text Example
Text Example
White with #47E3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E3C9; }
p { color: rgb(71,227,201); }
H1.HeaderClassName
{
color: #47E3C9;
}
.AnyTagClassName
{
color: #47E3C9;
}
</style>
background-color css
<style>
a { background-color: #47E3C9; }
a { background-color: rgb(71,227,201); }
div.DivClassName
{
background-color: #47E3C9;
}
.BgClassName
{
background-color: #47E3C9;
}
</style>
border-color css
<style>
span { border-color: #47E3C9; }
span { border-color: rgb(71,227,201); }
td.TdClassName
{
border-color: #47E3C9;
}
.TagClassName
{
border-color: #47E3C9;
}
</style>