Shades of Turquoise #47ECCD
Tints of Turquoise #47ECCD
RGB
CMYK
RGB Variations
Color information
#47ECCD (or 0x47ECCD) is known color: Turquoise. HEX triplet: 47, EC and CD. RGB value is (71,236,205). Sum of RGB (Red+Green+Blue) = 71+236+205=512 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.87% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47ECCD is #B81332. Grayscale: #B7B7B7. Windows color (decimal): -12063539 or 13495367. OLE color: 13495367.
HSL color Cylindrical-coordinate representation of color #47ECCD: hue angle of 168.73º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47ECCD is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 236 | 205 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.07 |
| HSL | 168.73º | 0.81% | 0.6% | - |
| HSV(B) | 168.73º | 0.7% | 0.93% | - |
| XYZ | 43.61 | 65.74 | 68.15 | - |
| YUV | 183.13 | 140.34 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 236 | 205 | 0.70 | 0 | 0.13 | 0.07 | 168.73 | 0.81 | 0.6 |
| Hex | 47 | EC | CD | 46 | 0 | D | 7 | A9 | 51 | 3C |
| Octal | 107 | 354 | 315 | 106 | 0 | 15 | 7 | 251 | 121 | 74 |
| Binary | 1000111 | 11101100 | 11001101 | 1000110 | 0 | 1101 | 111 | 10101001 | 1010001 | 111100 |
Color Harmonies of #47ECCD
Complementary color
Monochromatic Colors of #47ECCD
Black with #47ECCD
Text Example
Text Example
White with #47ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ECCD; }
p { color: rgb(71,236,205); }
H1.HeaderClassName
{
color: #47ECCD;
}
.AnyTagClassName
{
color: #47ECCD;
}
</style>
background-color css
<style>
a { background-color: #47ECCD; }
a { background-color: rgb(71,236,205); }
div.DivClassName
{
background-color: #47ECCD;
}
.BgClassName
{
background-color: #47ECCD;
}
</style>
border-color css
<style>
span { border-color: #47ECCD; }
span { border-color: rgb(71,236,205); }
td.TdClassName
{
border-color: #47ECCD;
}
.TagClassName
{
border-color: #47ECCD;
}
</style>