Shades of Turquoise #47FEE4
Tints of Turquoise #47FEE4
RGB
CMYK
RGB Variations
Color information
#47FEE4 (or 0x47FEE4) is known color: Turquoise. HEX triplet: 47, FE and E4. RGB value is (71,254,228). Sum of RGB (Red+Green+Blue) = 71+254+228=553 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.84% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FEE4 is #B8011B. Grayscale: #C4C4C4. Windows color (decimal): -12058908 or 15007303. OLE color: 15007303.
HSL color Cylindrical-coordinate representation of color #47FEE4: hue angle of 171.48º 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 #47FEE4 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 228 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.00 |
| HSL | 171.48º | 0.99% | 0.64% | - |
| HSV(B) | 171.48º | 0.72% | 1% | - |
| XYZ | 52.04 | 77.82 | 85.68 | - |
| YUV | 196.32 | 145.87 | 38.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 228 | 0.72 | 0 | 0.10 | 0.00 | 171.48 | 0.99 | 0.64 |
| Hex | 47 | FE | E4 | 48 | 0 | A | 0 | AB | 63 | 40 |
| Octal | 107 | 376 | 344 | 110 | 0 | 12 | 0 | 253 | 143 | 100 |
| Binary | 1000111 | 11111110 | 11100100 | 1001000 | 0 | 1010 | 0 | 10101011 | 1100011 | 1000000 |
Color Harmonies of #47FEE4
Complementary color
Monochromatic Colors of #47FEE4
Black with #47FEE4
Text Example
Text Example
White with #47FEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FEE4; }
p { color: rgb(71,254,228); }
H1.HeaderClassName
{
color: #47FEE4;
}
.AnyTagClassName
{
color: #47FEE4;
}
</style>
background-color css
<style>
a { background-color: #47FEE4; }
a { background-color: rgb(71,254,228); }
div.DivClassName
{
background-color: #47FEE4;
}
.BgClassName
{
background-color: #47FEE4;
}
</style>
border-color css
<style>
span { border-color: #47FEE4; }
span { border-color: rgb(71,254,228); }
td.TdClassName
{
border-color: #47FEE4;
}
.TagClassName
{
border-color: #47FEE4;
}
</style>