Shades of Medium Turquoise #47C2C5
Tints of Medium Turquoise #47C2C5
RGB
CMYK
RGB Variations
Color information
#47C2C5 (or 0x47C2C5) is known color: Medium Turquoise. HEX triplet: 47, C2 and C5. RGB value is (71,194,197). Sum of RGB (Red+Green+Blue) = 71+194+197=462 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.37% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 197 - color contains mainly: blue. Hex color #47C2C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C2C5 is #B83D3A. Grayscale: #9D9D9D. Windows color (decimal): -12074299 or 12960327. OLE color: 12960327.
HSL color Cylindrical-coordinate representation of color #47C2C5: hue angle of 181.43º 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 #47C2C5 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 194 | 197 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.23 |
| HSL | 181.43º | 0.52% | 0.53% | - |
| HSV(B) | 181.43º | 0.64% | 0.77% | - |
| XYZ | 31.97 | 43.95 | 59.62 | - |
| YUV | 157.57 | 150.25 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 197 | 0.64 | 0.02 | 0 | 0.23 | 181.43 | 0.52 | 0.53 |
| Hex | 47 | C2 | C5 | 40 | 2 | 0 | 17 | B5 | 34 | 35 |
| Octal | 107 | 302 | 305 | 100 | 2 | 0 | 27 | 265 | 64 | 65 |
| Binary | 1000111 | 11000010 | 11000101 | 1000000 | 10 | 0 | 10111 | 10110101 | 110100 | 110101 |
Color Harmonies of #47C2C5
Complementary color
Monochromatic Colors of #47C2C5
Black with #47C2C5
Text Example
Text Example
White with #47C2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C2C5; }
p { color: rgb(71,194,197); }
H1.HeaderClassName
{
color: #47C2C5;
}
.AnyTagClassName
{
color: #47C2C5;
}
</style>
background-color css
<style>
a { background-color: #47C2C5; }
a { background-color: rgb(71,194,197); }
div.DivClassName
{
background-color: #47C2C5;
}
.BgClassName
{
background-color: #47C2C5;
}
</style>
border-color css
<style>
span { border-color: #47C2C5; }
span { border-color: rgb(71,194,197); }
td.TdClassName
{
border-color: #47C2C5;
}
.TagClassName
{
border-color: #47C2C5;
}
</style>