Shades of Turquoise #47E5C6
Tints of Turquoise #47E5C6
RGB
CMYK
RGB Variations
Color information
#47E5C6 (or 0x47E5C6) is known color: Turquoise. HEX triplet: 47, E5 and C6. RGB value is (71,229,198). Sum of RGB (Red+Green+Blue) = 71+229+198=498 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.26% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #47E5C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E5C6 is #B81A39. Grayscale: #B2B2B2. Windows color (decimal): -12065338 or 13034823. OLE color: 13034823.
HSL color Cylindrical-coordinate representation of color #47E5C6: hue angle of 168.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E5C6 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 229 | 198 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.10 |
| HSL | 168.23º | 0.75% | 0.59% | - |
| HSV(B) | 168.23º | 0.69% | 0.9% | - |
| XYZ | 40.81 | 61.46 | 63.14 | - |
| YUV | 178.22 | 139.15 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 229 | 198 | 0.69 | 0 | 0.14 | 0.10 | 168.23 | 0.75 | 0.59 |
| Hex | 47 | E5 | C6 | 45 | 0 | E | A | A8 | 4B | 3B |
| Octal | 107 | 345 | 306 | 105 | 0 | 16 | 12 | 250 | 113 | 73 |
| Binary | 1000111 | 11100101 | 11000110 | 1000101 | 0 | 1110 | 1010 | 10101000 | 1001011 | 111011 |
Color Harmonies of #47E5C6
Complementary color
Monochromatic Colors of #47E5C6
Black with #47E5C6
Text Example
Text Example
White with #47E5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E5C6; }
p { color: rgb(71,229,198); }
H1.HeaderClassName
{
color: #47E5C6;
}
.AnyTagClassName
{
color: #47E5C6;
}
</style>
background-color css
<style>
a { background-color: #47E5C6; }
a { background-color: rgb(71,229,198); }
div.DivClassName
{
background-color: #47E5C6;
}
.BgClassName
{
background-color: #47E5C6;
}
</style>
border-color css
<style>
span { border-color: #47E5C6; }
span { border-color: rgb(71,229,198); }
td.TdClassName
{
border-color: #47E5C6;
}
.TagClassName
{
border-color: #47E5C6;
}
</style>