Shades of Turquoise #47F5BA
Tints of Turquoise #47F5BA
RGB
CMYK
RGB Variations
Color information
#47F5BA (or 0x47F5BA) is known color: Turquoise. HEX triplet: 47, F5 and BA. RGB value is (71,245,186). Sum of RGB (Red+Green+Blue) = 71+245+186=502 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.14% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #47F5BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F5BA is #B80A45. Grayscale: #BABABA. Windows color (decimal): -12061254 or 12252487. OLE color: 12252487.
HSL color Cylindrical-coordinate representation of color #47F5BA: hue angle of 159.66º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47F5BA is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 245 | 186 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.04 |
| HSL | 159.66º | 0.9% | 0.62% | - |
| HSV(B) | 159.66º | 0.71% | 0.96% | - |
| XYZ | 44.11 | 70.19 | 57.68 | - |
| YUV | 186.25 | 127.85 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 245 | 186 | 0.71 | 0 | 0.24 | 0.04 | 159.66 | 0.9 | 0.62 |
| Hex | 47 | F5 | BA | 47 | 0 | 18 | 4 | A0 | 5A | 3E |
| Octal | 107 | 365 | 272 | 107 | 0 | 30 | 4 | 240 | 132 | 76 |
| Binary | 1000111 | 11110101 | 10111010 | 1000111 | 0 | 11000 | 100 | 10100000 | 1011010 | 111110 |
Color Harmonies of #47F5BA
Complementary color
Monochromatic Colors of #47F5BA
Black with #47F5BA
Text Example
Text Example
White with #47F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F5BA; }
p { color: rgb(71,245,186); }
H1.HeaderClassName
{
color: #47F5BA;
}
.AnyTagClassName
{
color: #47F5BA;
}
</style>
background-color css
<style>
a { background-color: #47F5BA; }
a { background-color: rgb(71,245,186); }
div.DivClassName
{
background-color: #47F5BA;
}
.BgClassName
{
background-color: #47F5BA;
}
</style>
border-color css
<style>
span { border-color: #47F5BA; }
span { border-color: rgb(71,245,186); }
td.TdClassName
{
border-color: #47F5BA;
}
.TagClassName
{
border-color: #47F5BA;
}
</style>