Shades of Medium Turquoise #47C5C0
Tints of Medium Turquoise #47C5C0
RGB
CMYK
RGB Variations
Color information
#47C5C0 (or 0x47C5C0) is known color: Medium Turquoise. HEX triplet: 47, C5 and C0. RGB value is (71,197,192). Sum of RGB (Red+Green+Blue) = 71+197+192=460 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.43% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #47C5C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C5C0 is #B83A3F. Grayscale: #9E9E9E. Windows color (decimal): -12073536 or 12633415. OLE color: 12633415.
HSL color Cylindrical-coordinate representation of color #47C5C0: hue angle of 177.62º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C5C0 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 197 | 192 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.23 |
| HSL | 177.62º | 0.52% | 0.53% | - |
| HSV(B) | 177.62º | 0.64% | 0.77% | - |
| XYZ | 32.08 | 45.08 | 56.88 | - |
| YUV | 158.76 | 146.76 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 197 | 192 | 0.64 | 0 | 0.03 | 0.23 | 177.62 | 0.52 | 0.53 |
| Hex | 47 | C5 | C0 | 40 | 0 | 3 | 17 | B2 | 34 | 35 |
| Octal | 107 | 305 | 300 | 100 | 0 | 3 | 27 | 262 | 64 | 65 |
| Binary | 1000111 | 11000101 | 11000000 | 1000000 | 0 | 11 | 10111 | 10110010 | 110100 | 110101 |
Color Harmonies of #47C5C0
Complementary color
Monochromatic Colors of #47C5C0
Black with #47C5C0
Text Example
Text Example
White with #47C5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C5C0; }
p { color: rgb(71,197,192); }
H1.HeaderClassName
{
color: #47C5C0;
}
.AnyTagClassName
{
color: #47C5C0;
}
</style>
background-color css
<style>
a { background-color: #47C5C0; }
a { background-color: rgb(71,197,192); }
div.DivClassName
{
background-color: #47C5C0;
}
.BgClassName
{
background-color: #47C5C0;
}
</style>
border-color css
<style>
span { border-color: #47C5C0; }
span { border-color: rgb(71,197,192); }
td.TdClassName
{
border-color: #47C5C0;
}
.TagClassName
{
border-color: #47C5C0;
}
</style>