Shades of Medium Turquoise #47C2C4
Tints of Medium Turquoise #47C2C4
RGB
CMYK
RGB Variations
Color information
#47C2C4 (or 0x47C2C4) is known color: Medium Turquoise. HEX triplet: 47, C2 and C4. RGB value is (71,194,196). Sum of RGB (Red+Green+Blue) = 71+194+196=461 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.40% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #47C2C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C2C4 is #B83D3B. Grayscale: #9D9D9D. Windows color (decimal): -12074300 or 12894791. OLE color: 12894791.
HSL color Cylindrical-coordinate representation of color #47C2C4: hue angle of 180.96º 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 #47C2C4 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 194 | 196 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.23 |
| HSL | 180.96º | 0.51% | 0.52% | - |
| HSV(B) | 180.96º | 0.64% | 0.77% | - |
| XYZ | 31.85 | 43.91 | 59.02 | - |
| YUV | 157.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 194 | 196 | 0.64 | 0.01 | 0 | 0.23 | 180.96 | 0.51 | 0.52 |
| Hex | 47 | C2 | C4 | 40 | 1 | 0 | 17 | B5 | 33 | 34 |
| Octal | 107 | 302 | 304 | 100 | 1 | 0 | 27 | 265 | 63 | 64 |
| Binary | 1000111 | 11000010 | 11000100 | 1000000 | 1 | 0 | 10111 | 10110101 | 110011 | 110100 |
Color Harmonies of #47C2C4
Complementary color
Monochromatic Colors of #47C2C4
Black with #47C2C4
Text Example
Text Example
White with #47C2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C2C4; }
p { color: rgb(71,194,196); }
H1.HeaderClassName
{
color: #47C2C4;
}
.AnyTagClassName
{
color: #47C2C4;
}
</style>
background-color css
<style>
a { background-color: #47C2C4; }
a { background-color: rgb(71,194,196); }
div.DivClassName
{
background-color: #47C2C4;
}
.BgClassName
{
background-color: #47C2C4;
}
</style>
border-color css
<style>
span { border-color: #47C2C4; }
span { border-color: rgb(71,194,196); }
td.TdClassName
{
border-color: #47C2C4;
}
.TagClassName
{
border-color: #47C2C4;
}
</style>