Shades of Medium Turquoise #47C3BF
Tints of Medium Turquoise #47C3BF
RGB
CMYK
RGB Variations
Color information
#47C3BF (or 0x47C3BF) is known color: Medium Turquoise. HEX triplet: 47, C3 and BF. RGB value is (71,195,191). Sum of RGB (Red+Green+Blue) = 71+195+191=457 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.54% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #47C3BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C3BF is #B83C40. Grayscale: #9D9D9D. Windows color (decimal): -12074049 or 12567367. OLE color: 12567367.
HSL color Cylindrical-coordinate representation of color #47C3BF: hue angle of 178.06º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C3BF is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 195 | 191 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.24 |
| HSL | 178.06º | 0.51% | 0.52% | - |
| HSV(B) | 178.06º | 0.64% | 0.76% | - |
| XYZ | 31.52 | 44.13 | 56.15 | - |
| YUV | 157.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 195 | 191 | 0.64 | 0 | 0.02 | 0.24 | 178.06 | 0.51 | 0.52 |
| Hex | 47 | C3 | BF | 40 | 0 | 2 | 18 | B2 | 33 | 34 |
| Octal | 107 | 303 | 277 | 100 | 0 | 2 | 30 | 262 | 63 | 64 |
| Binary | 1000111 | 11000011 | 10111111 | 1000000 | 0 | 10 | 11000 | 10110010 | 110011 | 110100 |
Color Harmonies of #47C3BF
Complementary color
Monochromatic Colors of #47C3BF
Black with #47C3BF
Text Example
Text Example
White with #47C3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C3BF; }
p { color: rgb(71,195,191); }
H1.HeaderClassName
{
color: #47C3BF;
}
.AnyTagClassName
{
color: #47C3BF;
}
</style>
background-color css
<style>
a { background-color: #47C3BF; }
a { background-color: rgb(71,195,191); }
div.DivClassName
{
background-color: #47C3BF;
}
.BgClassName
{
background-color: #47C3BF;
}
</style>
border-color css
<style>
span { border-color: #47C3BF; }
span { border-color: rgb(71,195,191); }
td.TdClassName
{
border-color: #47C3BF;
}
.TagClassName
{
border-color: #47C3BF;
}
</style>