Shades of Medium Turquoise #47C0BF
Tints of Medium Turquoise #47C0BF
RGB
CMYK
RGB Variations
Color information
#47C0BF (or 0x47C0BF) is known color: Medium Turquoise. HEX triplet: 47, C0 and BF. RGB value is (71,192,191). Sum of RGB (Red+Green+Blue) = 71+192+191=454 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.64% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #47C0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C0BF is #B83F40. Grayscale: #9B9B9B. Windows color (decimal): -12074817 or 12566599. OLE color: 12566599.
HSL color Cylindrical-coordinate representation of color #47C0BF: hue angle of 179.5º 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 #47C0BF is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 192 | 191 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.25 |
| HSL | 179.5º | 0.49% | 0.52% | - |
| HSV(B) | 179.5º | 0.63% | 0.75% | - |
| XYZ | 30.85 | 42.8 | 55.93 | - |
| YUV | 155.71 | 147.91 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 192 | 191 | 0.63 | 0 | 0.01 | 0.25 | 179.5 | 0.49 | 0.52 |
| Hex | 47 | C0 | BF | 3F | 0 | 1 | 19 | B4 | 31 | 34 |
| Octal | 107 | 300 | 277 | 77 | 0 | 1 | 31 | 264 | 61 | 64 |
| Binary | 1000111 | 11000000 | 10111111 | 111111 | 0 | 1 | 11001 | 10110100 | 110001 | 110100 |
Color Harmonies of #47C0BF
Complementary color
Monochromatic Colors of #47C0BF
Black with #47C0BF
Text Example
Text Example
White with #47C0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C0BF; }
p { color: rgb(71,192,191); }
H1.HeaderClassName
{
color: #47C0BF;
}
.AnyTagClassName
{
color: #47C0BF;
}
</style>
background-color css
<style>
a { background-color: #47C0BF; }
a { background-color: rgb(71,192,191); }
div.DivClassName
{
background-color: #47C0BF;
}
.BgClassName
{
background-color: #47C0BF;
}
</style>
border-color css
<style>
span { border-color: #47C0BF; }
span { border-color: rgb(71,192,191); }
td.TdClassName
{
border-color: #47C0BF;
}
.TagClassName
{
border-color: #47C0BF;
}
</style>