Shades of Medium Turquoise #47C2BC
Tints of Medium Turquoise #47C2BC
RGB
CMYK
RGB Variations
Color information
#47C2BC (or 0x47C2BC) is known color: Medium Turquoise. HEX triplet: 47, C2 and BC. RGB value is (71,194,188). Sum of RGB (Red+Green+Blue) = 71+194+188=453 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.67% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #47C2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C2BC is #B83D43. Grayscale: #9C9C9C. Windows color (decimal): -12074308 or 12370503. OLE color: 12370503.
HSL color Cylindrical-coordinate representation of color #47C2BC: hue angle of 177.07º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C2BC is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 194 | 188 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.24 |
| HSL | 177.07º | 0.5% | 0.52% | - |
| HSV(B) | 177.07º | 0.63% | 0.76% | - |
| XYZ | 30.97 | 43.55 | 54.35 | - |
| YUV | 156.54 | 145.75 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 188 | 0.63 | 0 | 0.03 | 0.24 | 177.07 | 0.5 | 0.52 |
| Hex | 47 | C2 | BC | 3F | 0 | 3 | 18 | B1 | 32 | 34 |
| Octal | 107 | 302 | 274 | 77 | 0 | 3 | 30 | 261 | 62 | 64 |
| Binary | 1000111 | 11000010 | 10111100 | 111111 | 0 | 11 | 11000 | 10110001 | 110010 | 110100 |
Color Harmonies of #47C2BC
Complementary color
Monochromatic Colors of #47C2BC
Black with #47C2BC
Text Example
Text Example
White with #47C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C2BC; }
p { color: rgb(71,194,188); }
H1.HeaderClassName
{
color: #47C2BC;
}
.AnyTagClassName
{
color: #47C2BC;
}
</style>
background-color css
<style>
a { background-color: #47C2BC; }
a { background-color: rgb(71,194,188); }
div.DivClassName
{
background-color: #47C2BC;
}
.BgClassName
{
background-color: #47C2BC;
}
</style>
border-color css
<style>
span { border-color: #47C2BC; }
span { border-color: rgb(71,194,188); }
td.TdClassName
{
border-color: #47C2BC;
}
.TagClassName
{
border-color: #47C2BC;
}
</style>