Shades of Turquoise #47ECCC
Tints of Turquoise #47ECCC
RGB
CMYK
RGB Variations
Color information
#47ECCC (or 0x47ECCC) is known color: Turquoise. HEX triplet: 47, EC and CC. RGB value is (71,236,204). Sum of RGB (Red+Green+Blue) = 71+236+204=511 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.89% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47ECCC is #B81333. Grayscale: #B6B6B6. Windows color (decimal): -12063540 or 13429831. OLE color: 13429831.
HSL color Cylindrical-coordinate representation of color #47ECCC: hue angle of 168.36º 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 #47ECCC is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 236 | 204 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.07 |
| HSL | 168.36º | 0.81% | 0.6% | - |
| HSV(B) | 168.36º | 0.7% | 0.93% | - |
| XYZ | 43.49 | 65.69 | 67.51 | - |
| YUV | 183.02 | 139.84 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 236 | 204 | 0.70 | 0 | 0.14 | 0.07 | 168.36 | 0.81 | 0.6 |
| Hex | 47 | EC | CC | 46 | 0 | E | 7 | A8 | 51 | 3C |
| Octal | 107 | 354 | 314 | 106 | 0 | 16 | 7 | 250 | 121 | 74 |
| Binary | 1000111 | 11101100 | 11001100 | 1000110 | 0 | 1110 | 111 | 10101000 | 1010001 | 111100 |
Color Harmonies of #47ECCC
Complementary color
Monochromatic Colors of #47ECCC
Black with #47ECCC
Text Example
Text Example
White with #47ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ECCC; }
p { color: rgb(71,236,204); }
H1.HeaderClassName
{
color: #47ECCC;
}
.AnyTagClassName
{
color: #47ECCC;
}
</style>
background-color css
<style>
a { background-color: #47ECCC; }
a { background-color: rgb(71,236,204); }
div.DivClassName
{
background-color: #47ECCC;
}
.BgClassName
{
background-color: #47ECCC;
}
</style>
border-color css
<style>
span { border-color: #47ECCC; }
span { border-color: rgb(71,236,204); }
td.TdClassName
{
border-color: #47ECCC;
}
.TagClassName
{
border-color: #47ECCC;
}
</style>