Shades of Medium Turquoise #47CEB2
Tints of Medium Turquoise #47CEB2
RGB
CMYK
RGB Variations
Color information
#47CEB2 (or 0x47CEB2) is known color: Medium Turquoise. HEX triplet: 47, CE and B2. RGB value is (71,206,178). Sum of RGB (Red+Green+Blue) = 71+206+178=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #47CEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47CEB2 is #B8314D. Grayscale: #A2A2A2. Windows color (decimal): -12071246 or 11718215. OLE color: 11718215.
HSL color Cylindrical-coordinate representation of color #47CEB2: hue angle of 167.56º 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 #47CEB2 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 206 | 178 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.19 |
| HSL | 167.56º | 0.58% | 0.54% | - |
| HSV(B) | 167.56º | 0.66% | 0.81% | - |
| XYZ | 32.71 | 48.7 | 49.8 | - |
| YUV | 162.44 | 136.77 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 206 | 178 | 0.66 | 0 | 0.14 | 0.19 | 167.56 | 0.58 | 0.54 |
| Hex | 47 | CE | B2 | 42 | 0 | E | 13 | A8 | 3A | 36 |
| Octal | 107 | 316 | 262 | 102 | 0 | 16 | 23 | 250 | 72 | 66 |
| Binary | 1000111 | 11001110 | 10110010 | 1000010 | 0 | 1110 | 10011 | 10101000 | 111010 | 110110 |
Color Harmonies of #47CEB2
Complementary color
Monochromatic Colors of #47CEB2
Black with #47CEB2
Text Example
Text Example
White with #47CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CEB2; }
p { color: rgb(71,206,178); }
H1.HeaderClassName
{
color: #47CEB2;
}
.AnyTagClassName
{
color: #47CEB2;
}
</style>
background-color css
<style>
a { background-color: #47CEB2; }
a { background-color: rgb(71,206,178); }
div.DivClassName
{
background-color: #47CEB2;
}
.BgClassName
{
background-color: #47CEB2;
}
</style>
border-color css
<style>
span { border-color: #47CEB2; }
span { border-color: rgb(71,206,178); }
td.TdClassName
{
border-color: #47CEB2;
}
.TagClassName
{
border-color: #47CEB2;
}
</style>