Shades of Medium Turquoise #47C0BB
Tints of Medium Turquoise #47C0BB
RGB
CMYK
RGB Variations
Color information
#47C0BB (or 0x47C0BB) is known color: Medium Turquoise. HEX triplet: 47, C0 and BB. RGB value is (71,192,187). Sum of RGB (Red+Green+Blue) = 71+192+187=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #47C0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C0BB is #B83F44. Grayscale: #9B9B9B. Windows color (decimal): -12074821 or 12304455. OLE color: 12304455.
HSL color Cylindrical-coordinate representation of color #47C0BB: hue angle of 177.52º 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 #47C0BB is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 192 | 187 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.25 |
| HSL | 177.52º | 0.49% | 0.52% | - |
| HSV(B) | 177.52º | 0.63% | 0.75% | - |
| XYZ | 30.42 | 42.63 | 53.64 | - |
| YUV | 155.25 | 145.91 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 192 | 187 | 0.63 | 0 | 0.03 | 0.25 | 177.52 | 0.49 | 0.52 |
| Hex | 47 | C0 | BB | 3F | 0 | 3 | 19 | B2 | 31 | 34 |
| Octal | 107 | 300 | 273 | 77 | 0 | 3 | 31 | 262 | 61 | 64 |
| Binary | 1000111 | 11000000 | 10111011 | 111111 | 0 | 11 | 11001 | 10110010 | 110001 | 110100 |
Color Harmonies of #47C0BB
Complementary color
Monochromatic Colors of #47C0BB
Black with #47C0BB
Text Example
Text Example
White with #47C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C0BB; }
p { color: rgb(71,192,187); }
H1.HeaderClassName
{
color: #47C0BB;
}
.AnyTagClassName
{
color: #47C0BB;
}
</style>
background-color css
<style>
a { background-color: #47C0BB; }
a { background-color: rgb(71,192,187); }
div.DivClassName
{
background-color: #47C0BB;
}
.BgClassName
{
background-color: #47C0BB;
}
</style>
border-color css
<style>
span { border-color: #47C0BB; }
span { border-color: rgb(71,192,187); }
td.TdClassName
{
border-color: #47C0BB;
}
.TagClassName
{
border-color: #47C0BB;
}
</style>