Shades of Turquoise #47EABB
Tints of Turquoise #47EABB
RGB
CMYK
RGB Variations
Color information
#47EABB (or 0x47EABB) is known color: Turquoise. HEX triplet: 47, EA and BB. RGB value is (71,234,187). Sum of RGB (Red+Green+Blue) = 71+234+187=492 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.43% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #47EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EABB is #B81544. Grayscale: #B3B3B3. Windows color (decimal): -12064069 or 12315207. OLE color: 12315207.
HSL color Cylindrical-coordinate representation of color #47EABB: hue angle of 162.7º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EABB is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 234 | 187 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.08 |
| HSL | 162.7º | 0.8% | 0.6% | - |
| HSV(B) | 162.7º | 0.7% | 0.92% | - |
| XYZ | 40.99 | 63.77 | 57.16 | - |
| YUV | 179.91 | 132 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 234 | 187 | 0.70 | 0 | 0.20 | 0.08 | 162.7 | 0.8 | 0.6 |
| Hex | 47 | EA | BB | 46 | 0 | 14 | 8 | A3 | 50 | 3C |
| Octal | 107 | 352 | 273 | 106 | 0 | 24 | 10 | 243 | 120 | 74 |
| Binary | 1000111 | 11101010 | 10111011 | 1000110 | 0 | 10100 | 1000 | 10100011 | 1010000 | 111100 |
Color Harmonies of #47EABB
Complementary color
Monochromatic Colors of #47EABB
Black with #47EABB
Text Example
Text Example
White with #47EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EABB; }
p { color: rgb(71,234,187); }
H1.HeaderClassName
{
color: #47EABB;
}
.AnyTagClassName
{
color: #47EABB;
}
</style>
background-color css
<style>
a { background-color: #47EABB; }
a { background-color: rgb(71,234,187); }
div.DivClassName
{
background-color: #47EABB;
}
.BgClassName
{
background-color: #47EABB;
}
</style>
border-color css
<style>
span { border-color: #47EABB; }
span { border-color: rgb(71,234,187); }
td.TdClassName
{
border-color: #47EABB;
}
.TagClassName
{
border-color: #47EABB;
}
</style>