Shades of Turquoise #47EABF
Tints of Turquoise #47EABF
RGB
CMYK
RGB Variations
Color information
#47EABF (or 0x47EABF) is known color: Turquoise. HEX triplet: 47, EA and BF. RGB value is (71,234,191). Sum of RGB (Red+Green+Blue) = 71+234+191=496 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.31% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #47EABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EABF is #B81540. Grayscale: #B4B4B4. Windows color (decimal): -12064065 or 12577351. OLE color: 12577351.
HSL color Cylindrical-coordinate representation of color #47EABF: hue angle of 164.17º 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 #47EABF is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 234 | 191 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.08 |
| HSL | 164.17º | 0.8% | 0.6% | - |
| HSV(B) | 164.17º | 0.7% | 0.92% | - |
| XYZ | 41.43 | 63.95 | 59.45 | - |
| YUV | 180.36 | 134 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 234 | 191 | 0.70 | 0 | 0.18 | 0.08 | 164.17 | 0.8 | 0.6 |
| Hex | 47 | EA | BF | 46 | 0 | 12 | 8 | A4 | 50 | 3C |
| Octal | 107 | 352 | 277 | 106 | 0 | 22 | 10 | 244 | 120 | 74 |
| Binary | 1000111 | 11101010 | 10111111 | 1000110 | 0 | 10010 | 1000 | 10100100 | 1010000 | 111100 |
Color Harmonies of #47EABF
Complementary color
Monochromatic Colors of #47EABF
Black with #47EABF
Text Example
Text Example
White with #47EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EABF; }
p { color: rgb(71,234,191); }
H1.HeaderClassName
{
color: #47EABF;
}
.AnyTagClassName
{
color: #47EABF;
}
</style>
background-color css
<style>
a { background-color: #47EABF; }
a { background-color: rgb(71,234,191); }
div.DivClassName
{
background-color: #47EABF;
}
.BgClassName
{
background-color: #47EABF;
}
</style>
border-color css
<style>
span { border-color: #47EABF; }
span { border-color: rgb(71,234,191); }
td.TdClassName
{
border-color: #47EABF;
}
.TagClassName
{
border-color: #47EABF;
}
</style>