Shades of Medium Turquoise #47C8C4
Tints of Medium Turquoise #47C8C4
RGB
CMYK
RGB Variations
Color information
#47C8C4 (or 0x47C8C4) is known color: Medium Turquoise. HEX triplet: 47, C8 and C4. RGB value is (71,200,196). Sum of RGB (Red+Green+Blue) = 71+200+196=467 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.20% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #47C8C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C8C4 is #B8373B. Grayscale: #A0A0A0. Windows color (decimal): -12072764 or 12896327. OLE color: 12896327.
HSL color Cylindrical-coordinate representation of color #47C8C4: hue angle of 178.14º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C8C4 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 200 | 196 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.22 |
| HSL | 178.14º | 0.54% | 0.53% | - |
| HSV(B) | 178.14º | 0.65% | 0.78% | - |
| XYZ | 33.22 | 46.63 | 59.48 | - |
| YUV | 160.97 | 147.76 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 200 | 196 | 0.64 | 0 | 0.02 | 0.22 | 178.14 | 0.54 | 0.53 |
| Hex | 47 | C8 | C4 | 40 | 0 | 2 | 16 | B2 | 36 | 35 |
| Octal | 107 | 310 | 304 | 100 | 0 | 2 | 26 | 262 | 66 | 65 |
| Binary | 1000111 | 11001000 | 11000100 | 1000000 | 0 | 10 | 10110 | 10110010 | 110110 | 110101 |
Color Harmonies of #47C8C4
Complementary color
Monochromatic Colors of #47C8C4
Black with #47C8C4
Text Example
Text Example
White with #47C8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C8C4; }
p { color: rgb(71,200,196); }
H1.HeaderClassName
{
color: #47C8C4;
}
.AnyTagClassName
{
color: #47C8C4;
}
</style>
background-color css
<style>
a { background-color: #47C8C4; }
a { background-color: rgb(71,200,196); }
div.DivClassName
{
background-color: #47C8C4;
}
.BgClassName
{
background-color: #47C8C4;
}
</style>
border-color css
<style>
span { border-color: #47C8C4; }
span { border-color: rgb(71,200,196); }
td.TdClassName
{
border-color: #47C8C4;
}
.TagClassName
{
border-color: #47C8C4;
}
</style>