Shades of Turquoise #47FECA
Tints of Turquoise #47FECA
RGB
CMYK
RGB Variations
Color information
#47FECA (or 0x47FECA) is known color: Turquoise. HEX triplet: 47, FE and CA. RGB value is (71,254,202). Sum of RGB (Red+Green+Blue) = 71+254+202=527 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.47% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #47FECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FECA is #B80135. Grayscale: #C1C1C1. Windows color (decimal): -12058934 or 13303367. OLE color: 13303367.
HSL color Cylindrical-coordinate representation of color #47FECA: hue angle of 162.95º 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 #47FECA is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 202 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.00 |
| HSL | 162.95º | 0.99% | 0.64% | - |
| HSV(B) | 162.95º | 0.72% | 1% | - |
| XYZ | 48.7 | 76.49 | 68.07 | - |
| YUV | 193.36 | 132.87 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 202 | 0.72 | 0 | 0.20 | 0.00 | 162.95 | 0.99 | 0.64 |
| Hex | 47 | FE | CA | 48 | 0 | 14 | 0 | A3 | 63 | 40 |
| Octal | 107 | 376 | 312 | 110 | 0 | 24 | 0 | 243 | 143 | 100 |
| Binary | 1000111 | 11111110 | 11001010 | 1001000 | 0 | 10100 | 0 | 10100011 | 1100011 | 1000000 |
Color Harmonies of #47FECA
Complementary color
Monochromatic Colors of #47FECA
Black with #47FECA
Text Example
Text Example
White with #47FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FECA; }
p { color: rgb(71,254,202); }
H1.HeaderClassName
{
color: #47FECA;
}
.AnyTagClassName
{
color: #47FECA;
}
</style>
background-color css
<style>
a { background-color: #47FECA; }
a { background-color: rgb(71,254,202); }
div.DivClassName
{
background-color: #47FECA;
}
.BgClassName
{
background-color: #47FECA;
}
</style>
border-color css
<style>
span { border-color: #47FECA; }
span { border-color: rgb(71,254,202); }
td.TdClassName
{
border-color: #47FECA;
}
.TagClassName
{
border-color: #47FECA;
}
</style>