Shades of Turquoise #47FEEA
Tints of Turquoise #47FEEA
RGB
CMYK
RGB Variations
Color information
#47FEEA (or 0x47FEEA) is known color: Turquoise. HEX triplet: 47, FE and EA. RGB value is (71,254,234). Sum of RGB (Red+Green+Blue) = 71+254+234=559 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.70% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FEEA is #B80115. Grayscale: #C4C4C4. Windows color (decimal): -12058902 or 15400519. OLE color: 15400519.
HSL color Cylindrical-coordinate representation of color #47FEEA: hue angle of 173.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 #47FEEA is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 234 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.00 |
| HSL | 173.44º | 0.99% | 0.64% | - |
| HSV(B) | 173.44º | 0.72% | 1% | - |
| XYZ | 52.89 | 78.16 | 90.14 | - |
| YUV | 197 | 148.87 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 234 | 0.72 | 0 | 0.08 | 0.00 | 173.44 | 0.99 | 0.64 |
| Hex | 47 | FE | EA | 48 | 0 | 8 | 0 | AD | 63 | 40 |
| Octal | 107 | 376 | 352 | 110 | 0 | 10 | 0 | 255 | 143 | 100 |
| Binary | 1000111 | 11111110 | 11101010 | 1001000 | 0 | 1000 | 0 | 10101101 | 1100011 | 1000000 |
Color Harmonies of #47FEEA
Complementary color
Monochromatic Colors of #47FEEA
Black with #47FEEA
Text Example
Text Example
White with #47FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FEEA; }
p { color: rgb(71,254,234); }
H1.HeaderClassName
{
color: #47FEEA;
}
.AnyTagClassName
{
color: #47FEEA;
}
</style>
background-color css
<style>
a { background-color: #47FEEA; }
a { background-color: rgb(71,254,234); }
div.DivClassName
{
background-color: #47FEEA;
}
.BgClassName
{
background-color: #47FEEA;
}
</style>
border-color css
<style>
span { border-color: #47FEEA; }
span { border-color: rgb(71,254,234); }
td.TdClassName
{
border-color: #47FEEA;
}
.TagClassName
{
border-color: #47FEEA;
}
</style>