Shades of Turquoise #47FEAD
Tints of Turquoise #47FEAD
RGB
CMYK
RGB Variations
Color information
#47FEAD (or 0x47FEAD) is known color: Turquoise. HEX triplet: 47, FE and AD. RGB value is (71,254,173). Sum of RGB (Red+Green+Blue) = 71+254+173=498 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.26% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #47FEAD is #B80152. Grayscale: #BEBEBE. Windows color (decimal): -12058963 or 11402823. OLE color: 11402823.
HSL color Cylindrical-coordinate representation of color #47FEAD: hue angle of 153.44º 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 #47FEAD is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 173 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.00 |
| HSL | 153.44º | 0.99% | 0.64% | - |
| HSV(B) | 153.44º | 0.72% | 1% | - |
| XYZ | 45.58 | 75.24 | 51.66 | - |
| YUV | 190.05 | 118.37 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 173 | 0.72 | 0 | 0.32 | 0.00 | 153.44 | 0.99 | 0.64 |
| Hex | 47 | FE | AD | 48 | 0 | 20 | 0 | 99 | 63 | 40 |
| Octal | 107 | 376 | 255 | 110 | 0 | 40 | 0 | 231 | 143 | 100 |
| Binary | 1000111 | 11111110 | 10101101 | 1001000 | 0 | 100000 | 0 | 10011001 | 1100011 | 1000000 |
Color Harmonies of #47FEAD
Complementary color
Monochromatic Colors of #47FEAD
Black with #47FEAD
Text Example
Text Example
White with #47FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FEAD; }
p { color: rgb(71,254,173); }
H1.HeaderClassName
{
color: #47FEAD;
}
.AnyTagClassName
{
color: #47FEAD;
}
</style>
background-color css
<style>
a { background-color: #47FEAD; }
a { background-color: rgb(71,254,173); }
div.DivClassName
{
background-color: #47FEAD;
}
.BgClassName
{
background-color: #47FEAD;
}
</style>
border-color css
<style>
span { border-color: #47FEAD; }
span { border-color: rgb(71,254,173); }
td.TdClassName
{
border-color: #47FEAD;
}
.TagClassName
{
border-color: #47FEAD;
}
</style>