Shades of Turquoise #47FEBA
Tints of Turquoise #47FEBA
RGB
CMYK
RGB Variations
Color information
#47FEBA (or 0x47FEBA) is known color: Turquoise. HEX triplet: 47, FE and BA. RGB value is (71,254,186). Sum of RGB (Red+Green+Blue) = 71+254+186=511 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.89% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FEBA is #B80145. Grayscale: #BFBFBF. Windows color (decimal): -12058950 or 12254791. OLE color: 12254791.
HSL color Cylindrical-coordinate representation of color #47FEBA: hue angle of 157.7º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FEBA is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 186 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.00 |
| HSL | 157.7º | 0.99% | 0.64% | - |
| HSV(B) | 157.7º | 0.72% | 1% | - |
| XYZ | 46.9 | 75.77 | 58.61 | - |
| YUV | 191.53 | 124.87 | 42.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 186 | 0.72 | 0 | 0.27 | 0.00 | 157.7 | 0.99 | 0.64 |
| Hex | 47 | FE | BA | 48 | 0 | 1B | 0 | 9E | 63 | 40 |
| Octal | 107 | 376 | 272 | 110 | 0 | 33 | 0 | 236 | 143 | 100 |
| Binary | 1000111 | 11111110 | 10111010 | 1001000 | 0 | 11011 | 0 | 10011110 | 1100011 | 1000000 |
Color Harmonies of #47FEBA
Complementary color
Monochromatic Colors of #47FEBA
Black with #47FEBA
Text Example
Text Example
White with #47FEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FEBA; }
p { color: rgb(71,254,186); }
H1.HeaderClassName
{
color: #47FEBA;
}
.AnyTagClassName
{
color: #47FEBA;
}
</style>
background-color css
<style>
a { background-color: #47FEBA; }
a { background-color: rgb(71,254,186); }
div.DivClassName
{
background-color: #47FEBA;
}
.BgClassName
{
background-color: #47FEBA;
}
</style>
border-color css
<style>
span { border-color: #47FEBA; }
span { border-color: rgb(71,254,186); }
td.TdClassName
{
border-color: #47FEBA;
}
.TagClassName
{
border-color: #47FEBA;
}
</style>