Shades of Turquoise #47E6B6
Tints of Turquoise #47E6B6
RGB
CMYK
RGB Variations
Color information
#47E6B6 (or 0x47E6B6) is known color: Turquoise. HEX triplet: 47, E6 and B6. RGB value is (71,230,182). Sum of RGB (Red+Green+Blue) = 71+230+182=483 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.70% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 230 - color contains mainly: green. Hex color #47E6B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E6B6 is #B81949. Grayscale: #B1B1B1. Windows color (decimal): -12065098 or 11986503. OLE color: 11986503.
HSL color Cylindrical-coordinate representation of color #47E6B6: hue angle of 161.89º degrees, saturation: 0.76, 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 #47E6B6 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 230 | 182 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.10 |
| HSL | 161.89º | 0.76% | 0.59% | - |
| HSV(B) | 161.89º | 0.69% | 0.9% | - |
| XYZ | 39.34 | 61.31 | 54.02 | - |
| YUV | 176.99 | 130.82 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 230 | 182 | 0.69 | 0 | 0.21 | 0.10 | 161.89 | 0.76 | 0.59 |
| Hex | 47 | E6 | B6 | 45 | 0 | 15 | A | A2 | 4C | 3B |
| Octal | 107 | 346 | 266 | 105 | 0 | 25 | 12 | 242 | 114 | 73 |
| Binary | 1000111 | 11100110 | 10110110 | 1000101 | 0 | 10101 | 1010 | 10100010 | 1001100 | 111011 |
Color Harmonies of #47E6B6
Complementary color
Monochromatic Colors of #47E6B6
Black with #47E6B6
Text Example
Text Example
White with #47E6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E6B6; }
p { color: rgb(71,230,182); }
H1.HeaderClassName
{
color: #47E6B6;
}
.AnyTagClassName
{
color: #47E6B6;
}
</style>
background-color css
<style>
a { background-color: #47E6B6; }
a { background-color: rgb(71,230,182); }
div.DivClassName
{
background-color: #47E6B6;
}
.BgClassName
{
background-color: #47E6B6;
}
</style>
border-color css
<style>
span { border-color: #47E6B6; }
span { border-color: rgb(71,230,182); }
td.TdClassName
{
border-color: #47E6B6;
}
.TagClassName
{
border-color: #47E6B6;
}
</style>