Shades of Medium Turquoise #47C6BC
Tints of Medium Turquoise #47C6BC
RGB
CMYK
RGB Variations
Color information
#47C6BC (or 0x47C6BC) is known color: Medium Turquoise. HEX triplet: 47, C6 and BC. RGB value is (71,198,188). Sum of RGB (Red+Green+Blue) = 71+198+188=457 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.54% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #47C6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C6BC is #B83943. Grayscale: #9E9E9E. Windows color (decimal): -12073284 or 12371527. OLE color: 12371527.
HSL color Cylindrical-coordinate representation of color #47C6BC: hue angle of 175.28º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C6BC is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 198 | 188 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.22 |
| HSL | 175.28º | 0.53% | 0.53% | - |
| HSV(B) | 175.28º | 0.64% | 0.78% | - |
| XYZ | 31.87 | 45.36 | 54.65 | - |
| YUV | 158.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 198 | 188 | 0.64 | 0 | 0.05 | 0.22 | 175.28 | 0.53 | 0.53 |
| Hex | 47 | C6 | BC | 40 | 0 | 5 | 16 | AF | 35 | 35 |
| Octal | 107 | 306 | 274 | 100 | 0 | 5 | 26 | 257 | 65 | 65 |
| Binary | 1000111 | 11000110 | 10111100 | 1000000 | 0 | 101 | 10110 | 10101111 | 110101 | 110101 |
Color Harmonies of #47C6BC
Complementary color
Monochromatic Colors of #47C6BC
Black with #47C6BC
Text Example
Text Example
White with #47C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C6BC; }
p { color: rgb(71,198,188); }
H1.HeaderClassName
{
color: #47C6BC;
}
.AnyTagClassName
{
color: #47C6BC;
}
</style>
background-color css
<style>
a { background-color: #47C6BC; }
a { background-color: rgb(71,198,188); }
div.DivClassName
{
background-color: #47C6BC;
}
.BgClassName
{
background-color: #47C6BC;
}
</style>
border-color css
<style>
span { border-color: #47C6BC; }
span { border-color: rgb(71,198,188); }
td.TdClassName
{
border-color: #47C6BC;
}
.TagClassName
{
border-color: #47C6BC;
}
</style>