Shades of Turquoise #47FEAC
Tints of Turquoise #47FEAC
RGB
CMYK
RGB Variations
Color information
#47FEAC (or 0x47FEAC) is known color: Turquoise. HEX triplet: 47, FE and AC. RGB value is (71,254,172). Sum of RGB (Red+Green+Blue) = 71+254+172=497 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.29% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FEAC is #B80153. Grayscale: #BEBEBE. Windows color (decimal): -12058964 or 11337287. OLE color: 11337287.
HSL color Cylindrical-coordinate representation of color #47FEAC: hue angle of 153.11º 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 #47FEAC is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 172 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.00 |
| HSL | 153.11º | 0.99% | 0.64% | - |
| HSV(B) | 153.11º | 0.72% | 1% | - |
| XYZ | 45.49 | 75.2 | 51.15 | - |
| YUV | 189.94 | 117.87 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 172 | 0.72 | 0 | 0.32 | 0.00 | 153.11 | 0.99 | 0.64 |
| Hex | 47 | FE | AC | 48 | 0 | 20 | 0 | 99 | 63 | 40 |
| Octal | 107 | 376 | 254 | 110 | 0 | 40 | 0 | 231 | 143 | 100 |
| Binary | 1000111 | 11111110 | 10101100 | 1001000 | 0 | 100000 | 0 | 10011001 | 1100011 | 1000000 |
Color Harmonies of #47FEAC
Complementary color
Monochromatic Colors of #47FEAC
Black with #47FEAC
Text Example
Text Example
White with #47FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FEAC; }
p { color: rgb(71,254,172); }
H1.HeaderClassName
{
color: #47FEAC;
}
.AnyTagClassName
{
color: #47FEAC;
}
</style>
background-color css
<style>
a { background-color: #47FEAC; }
a { background-color: rgb(71,254,172); }
div.DivClassName
{
background-color: #47FEAC;
}
.BgClassName
{
background-color: #47FEAC;
}
</style>
border-color css
<style>
span { border-color: #47FEAC; }
span { border-color: rgb(71,254,172); }
td.TdClassName
{
border-color: #47FEAC;
}
.TagClassName
{
border-color: #47FEAC;
}
</style>