Shades of Medium Turquoise #47C4BF
Tints of Medium Turquoise #47C4BF
RGB
CMYK
RGB Variations
Color information
#47C4BF (or 0x47C4BF) is known color: Medium Turquoise. HEX triplet: 47, C4 and BF. RGB value is (71,196,191). Sum of RGB (Red+Green+Blue) = 71+196+191=458 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.50% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 196 - color contains mainly: green. Hex color #47C4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C4BF is #B83B40. Grayscale: #9D9D9D. Windows color (decimal): -12073793 or 12567623. OLE color: 12567623.
HSL color Cylindrical-coordinate representation of color #47C4BF: hue angle of 177.6º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C4BF is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 196 | 191 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.23 |
| HSL | 177.6º | 0.51% | 0.52% | - |
| HSV(B) | 177.6º | 0.64% | 0.77% | - |
| XYZ | 31.74 | 44.58 | 56.22 | - |
| YUV | 158.06 | 146.59 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 196 | 191 | 0.64 | 0 | 0.03 | 0.23 | 177.6 | 0.51 | 0.52 |
| Hex | 47 | C4 | BF | 40 | 0 | 3 | 17 | B2 | 33 | 34 |
| Octal | 107 | 304 | 277 | 100 | 0 | 3 | 27 | 262 | 63 | 64 |
| Binary | 1000111 | 11000100 | 10111111 | 1000000 | 0 | 11 | 10111 | 10110010 | 110011 | 110100 |
Color Harmonies of #47C4BF
Complementary color
Monochromatic Colors of #47C4BF
Black with #47C4BF
Text Example
Text Example
White with #47C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C4BF; }
p { color: rgb(71,196,191); }
H1.HeaderClassName
{
color: #47C4BF;
}
.AnyTagClassName
{
color: #47C4BF;
}
</style>
background-color css
<style>
a { background-color: #47C4BF; }
a { background-color: rgb(71,196,191); }
div.DivClassName
{
background-color: #47C4BF;
}
.BgClassName
{
background-color: #47C4BF;
}
</style>
border-color css
<style>
span { border-color: #47C4BF; }
span { border-color: rgb(71,196,191); }
td.TdClassName
{
border-color: #47C4BF;
}
.TagClassName
{
border-color: #47C4BF;
}
</style>