Shades of Turquoise #47FEE0
Tints of Turquoise #47FEE0
RGB
CMYK
RGB Variations
Color information
#47FEE0 (or 0x47FEE0) is known color: Turquoise. HEX triplet: 47, FE and E0. RGB value is (71,254,224). Sum of RGB (Red+Green+Blue) = 71+254+224=549 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.93% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #47FEE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FEE0 is #B8011F. Grayscale: #C3C3C3. Windows color (decimal): -12058912 or 14745159. OLE color: 14745159.
HSL color Cylindrical-coordinate representation of color #47FEE0: hue angle of 170.16º 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 #47FEE0 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 224 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.00 |
| HSL | 170.16º | 0.99% | 0.64% | - |
| HSV(B) | 170.16º | 0.72% | 1% | - |
| XYZ | 51.49 | 77.61 | 82.79 | - |
| YUV | 195.86 | 143.87 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 224 | 0.72 | 0 | 0.12 | 0.00 | 170.16 | 0.99 | 0.64 |
| Hex | 47 | FE | E0 | 48 | 0 | C | 0 | AA | 63 | 40 |
| Octal | 107 | 376 | 340 | 110 | 0 | 14 | 0 | 252 | 143 | 100 |
| Binary | 1000111 | 11111110 | 11100000 | 1001000 | 0 | 1100 | 0 | 10101010 | 1100011 | 1000000 |
Color Harmonies of #47FEE0
Complementary color
Monochromatic Colors of #47FEE0
Black with #47FEE0
Text Example
Text Example
White with #47FEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FEE0; }
p { color: rgb(71,254,224); }
H1.HeaderClassName
{
color: #47FEE0;
}
.AnyTagClassName
{
color: #47FEE0;
}
</style>
background-color css
<style>
a { background-color: #47FEE0; }
a { background-color: rgb(71,254,224); }
div.DivClassName
{
background-color: #47FEE0;
}
.BgClassName
{
background-color: #47FEE0;
}
</style>
border-color css
<style>
span { border-color: #47FEE0; }
span { border-color: rgb(71,254,224); }
td.TdClassName
{
border-color: #47FEE0;
}
.TagClassName
{
border-color: #47FEE0;
}
</style>