Shades of Turquoise #47FECD
Tints of Turquoise #47FECD
RGB
CMYK
RGB Variations
Color information
#47FECD (or 0x47FECD) is known color: Turquoise. HEX triplet: 47, FE and CD. RGB value is (71,254,205). Sum of RGB (Red+Green+Blue) = 71+254+205=530 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.40% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #47FECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FECD is #B80132. Grayscale: #C1C1C1. Windows color (decimal): -12058931 or 13499975. OLE color: 13499975.
HSL color Cylindrical-coordinate representation of color #47FECD: hue angle of 163.93º 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 #47FECD is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 205 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.00 |
| HSL | 163.93º | 0.99% | 0.64% | - |
| HSV(B) | 163.93º | 0.72% | 1% | - |
| XYZ | 49.06 | 76.63 | 69.96 | - |
| YUV | 193.7 | 134.37 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 205 | 0.72 | 0 | 0.19 | 0.00 | 163.93 | 0.99 | 0.64 |
| Hex | 47 | FE | CD | 48 | 0 | 13 | 0 | A4 | 63 | 40 |
| Octal | 107 | 376 | 315 | 110 | 0 | 23 | 0 | 244 | 143 | 100 |
| Binary | 1000111 | 11111110 | 11001101 | 1001000 | 0 | 10011 | 0 | 10100100 | 1100011 | 1000000 |
Color Harmonies of #47FECD
Complementary color
Monochromatic Colors of #47FECD
Black with #47FECD
Text Example
Text Example
White with #47FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FECD; }
p { color: rgb(71,254,205); }
H1.HeaderClassName
{
color: #47FECD;
}
.AnyTagClassName
{
color: #47FECD;
}
</style>
background-color css
<style>
a { background-color: #47FECD; }
a { background-color: rgb(71,254,205); }
div.DivClassName
{
background-color: #47FECD;
}
.BgClassName
{
background-color: #47FECD;
}
</style>
border-color css
<style>
span { border-color: #47FECD; }
span { border-color: rgb(71,254,205); }
td.TdClassName
{
border-color: #47FECD;
}
.TagClassName
{
border-color: #47FECD;
}
</style>