Shades of Turquoise #47ECE6
Tints of Turquoise #47ECE6
RGB
CMYK
RGB Variations
Color information
#47ECE6 (or 0x47ECE6) is known color: Turquoise. HEX triplet: 47, EC and E6. RGB value is (71,236,230). Sum of RGB (Red+Green+Blue) = 71+236+230=537 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.22% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #47ECE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47ECE6 is #B81319. Grayscale: #B9B9B9. Windows color (decimal): -12063514 or 15133767. OLE color: 15133767.
HSL color Cylindrical-coordinate representation of color #47ECE6: hue angle of 177.82º 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 #47ECE6 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 236 | 230 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.07 |
| HSL | 177.82º | 0.81% | 0.6% | - |
| HSV(B) | 177.82º | 0.7% | 0.93% | - |
| XYZ | 46.88 | 67.04 | 85.33 | - |
| YUV | 185.98 | 152.84 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 236 | 230 | 0.70 | 0 | 0.03 | 0.07 | 177.82 | 0.81 | 0.6 |
| Hex | 47 | EC | E6 | 46 | 0 | 3 | 7 | B2 | 51 | 3C |
| Octal | 107 | 354 | 346 | 106 | 0 | 3 | 7 | 262 | 121 | 74 |
| Binary | 1000111 | 11101100 | 11100110 | 1000110 | 0 | 11 | 111 | 10110010 | 1010001 | 111100 |
Color Harmonies of #47ECE6
Complementary color
Monochromatic Colors of #47ECE6
Black with #47ECE6
Text Example
Text Example
White with #47ECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ECE6; }
p { color: rgb(71,236,230); }
H1.HeaderClassName
{
color: #47ECE6;
}
.AnyTagClassName
{
color: #47ECE6;
}
</style>
background-color css
<style>
a { background-color: #47ECE6; }
a { background-color: rgb(71,236,230); }
div.DivClassName
{
background-color: #47ECE6;
}
.BgClassName
{
background-color: #47ECE6;
}
</style>
border-color css
<style>
span { border-color: #47ECE6; }
span { border-color: rgb(71,236,230); }
td.TdClassName
{
border-color: #47ECE6;
}
.TagClassName
{
border-color: #47ECE6;
}
</style>