Shades of Medium Turquoise #47C0BC
Tints of Medium Turquoise #47C0BC
RGB
CMYK
RGB Variations
Color information
#47C0BC (or 0x47C0BC) is known color: Medium Turquoise. HEX triplet: 47, C0 and BC. RGB value is (71,192,188). Sum of RGB (Red+Green+Blue) = 71+192+188=451 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.74% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #47C0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C0BC is #B83F43. Grayscale: #9B9B9B. Windows color (decimal): -12074820 or 12369991. OLE color: 12369991.
HSL color Cylindrical-coordinate representation of color #47C0BC: hue angle of 178.02º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C0BC is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 192 | 188 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.25 |
| HSL | 178.02º | 0.49% | 0.52% | - |
| HSV(B) | 178.02º | 0.63% | 0.75% | - |
| XYZ | 30.53 | 42.67 | 54.2 | - |
| YUV | 155.37 | 146.41 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 192 | 188 | 0.63 | 0 | 0.02 | 0.25 | 178.02 | 0.49 | 0.52 |
| Hex | 47 | C0 | BC | 3F | 0 | 2 | 19 | B2 | 31 | 34 |
| Octal | 107 | 300 | 274 | 77 | 0 | 2 | 31 | 262 | 61 | 64 |
| Binary | 1000111 | 11000000 | 10111100 | 111111 | 0 | 10 | 11001 | 10110010 | 110001 | 110100 |
Color Harmonies of #47C0BC
Complementary color
Monochromatic Colors of #47C0BC
Black with #47C0BC
Text Example
Text Example
White with #47C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C0BC; }
p { color: rgb(71,192,188); }
H1.HeaderClassName
{
color: #47C0BC;
}
.AnyTagClassName
{
color: #47C0BC;
}
</style>
background-color css
<style>
a { background-color: #47C0BC; }
a { background-color: rgb(71,192,188); }
div.DivClassName
{
background-color: #47C0BC;
}
.BgClassName
{
background-color: #47C0BC;
}
</style>
border-color css
<style>
span { border-color: #47C0BC; }
span { border-color: rgb(71,192,188); }
td.TdClassName
{
border-color: #47C0BC;
}
.TagClassName
{
border-color: #47C0BC;
}
</style>