Shades of Medium Turquoise #47CEB6
Tints of Medium Turquoise #47CEB6
RGB
CMYK
RGB Variations
Color information
#47CEB6 (or 0x47CEB6) is known color: Medium Turquoise. HEX triplet: 47, CE and B6. RGB value is (71,206,182). Sum of RGB (Red+Green+Blue) = 71+206+182=459 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.47% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #47CEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CEB6 is #B83149. Grayscale: #A2A2A2. Windows color (decimal): -12071242 or 11980359. OLE color: 11980359.
HSL color Cylindrical-coordinate representation of color #47CEB6: hue angle of 169.33º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CEB6 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 182 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.19 |
| HSL | 169.33º | 0.58% | 0.54% | - |
| HSV(B) | 169.33º | 0.66% | 0.81% | - |
| XYZ | 33.11 | 48.86 | 51.94 | - |
| YUV | 162.9 | 138.77 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 182 | 0.66 | 0 | 0.12 | 0.19 | 169.33 | 0.58 | 0.54 |
| Hex | 47 | CE | B6 | 42 | 0 | C | 13 | A9 | 3A | 36 |
| Octal | 107 | 316 | 266 | 102 | 0 | 14 | 23 | 251 | 72 | 66 |
| Binary | 1000111 | 11001110 | 10110110 | 1000010 | 0 | 1100 | 10011 | 10101001 | 111010 | 110110 |
Color Harmonies of #47CEB6
Complementary color
Monochromatic Colors of #47CEB6
Black with #47CEB6
Text Example
Text Example
White with #47CEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CEB6; }
p { color: rgb(71,206,182); }
H1.HeaderClassName
{
color: #47CEB6;
}
.AnyTagClassName
{
color: #47CEB6;
}
</style>
background-color css
<style>
a { background-color: #47CEB6; }
a { background-color: rgb(71,206,182); }
div.DivClassName
{
background-color: #47CEB6;
}
.BgClassName
{
background-color: #47CEB6;
}
</style>
border-color css
<style>
span { border-color: #47CEB6; }
span { border-color: rgb(71,206,182); }
td.TdClassName
{
border-color: #47CEB6;
}
.TagClassName
{
border-color: #47CEB6;
}
</style>