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