Shades of Turquoise #47FECC
Tints of Turquoise #47FECC
RGB
CMYK
RGB Variations
Color information
#47FECC (or 0x47FECC) is known color: Turquoise. HEX triplet: 47, FE and CC. RGB value is (71,254,204). Sum of RGB (Red+Green+Blue) = 71+254+204=529 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.42% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #47FECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FECC is #B80133. Grayscale: #C1C1C1. Windows color (decimal): -12058932 or 13434439. OLE color: 13434439.
HSL color Cylindrical-coordinate representation of color #47FECC: hue angle of 163.61º 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 #47FECC is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 204 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.00 |
| HSL | 163.61º | 0.99% | 0.64% | - |
| HSV(B) | 163.61º | 0.72% | 1% | - |
| XYZ | 48.94 | 76.58 | 69.33 | - |
| YUV | 193.58 | 133.87 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 204 | 0.72 | 0 | 0.20 | 0.00 | 163.61 | 0.99 | 0.64 |
| Hex | 47 | FE | CC | 48 | 0 | 14 | 0 | A4 | 63 | 40 |
| Octal | 107 | 376 | 314 | 110 | 0 | 24 | 0 | 244 | 143 | 100 |
| Binary | 1000111 | 11111110 | 11001100 | 1001000 | 0 | 10100 | 0 | 10100100 | 1100011 | 1000000 |
Color Harmonies of #47FECC
Complementary color
Monochromatic Colors of #47FECC
Black with #47FECC
Text Example
Text Example
White with #47FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FECC; }
p { color: rgb(71,254,204); }
H1.HeaderClassName
{
color: #47FECC;
}
.AnyTagClassName
{
color: #47FECC;
}
</style>
background-color css
<style>
a { background-color: #47FECC; }
a { background-color: rgb(71,254,204); }
div.DivClassName
{
background-color: #47FECC;
}
.BgClassName
{
background-color: #47FECC;
}
</style>
border-color css
<style>
span { border-color: #47FECC; }
span { border-color: rgb(71,254,204); }
td.TdClassName
{
border-color: #47FECC;
}
.TagClassName
{
border-color: #47FECC;
}
</style>