Shades of Medium Turquoise #47CAC2
Tints of Medium Turquoise #47CAC2
RGB
CMYK
RGB Variations
Color information
#47CAC2 (or 0x47CAC2) is known color: Medium Turquoise. HEX triplet: 47, CA and C2. RGB value is (71,202,194). Sum of RGB (Red+Green+Blue) = 71+202+194=467 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.20% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #47CAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47CAC2 is #B8353D. Grayscale: #A1A1A1. Windows color (decimal): -12072254 or 12765767. OLE color: 12765767.
HSL color Cylindrical-coordinate representation of color #47CAC2: hue angle of 176.34º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CAC2 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 202 | 194 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.21 |
| HSL | 176.34º | 0.55% | 0.54% | - |
| HSV(B) | 176.34º | 0.65% | 0.79% | - |
| XYZ | 33.46 | 47.48 | 58.44 | - |
| YUV | 161.92 | 146.1 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 202 | 194 | 0.65 | 0 | 0.04 | 0.21 | 176.34 | 0.55 | 0.54 |
| Hex | 47 | CA | C2 | 41 | 0 | 4 | 15 | B0 | 37 | 36 |
| Octal | 107 | 312 | 302 | 101 | 0 | 4 | 25 | 260 | 67 | 66 |
| Binary | 1000111 | 11001010 | 11000010 | 1000001 | 0 | 100 | 10101 | 10110000 | 110111 | 110110 |
Color Harmonies of #47CAC2
Complementary color
Monochromatic Colors of #47CAC2
Black with #47CAC2
Text Example
Text Example
White with #47CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CAC2; }
p { color: rgb(71,202,194); }
H1.HeaderClassName
{
color: #47CAC2;
}
.AnyTagClassName
{
color: #47CAC2;
}
</style>
background-color css
<style>
a { background-color: #47CAC2; }
a { background-color: rgb(71,202,194); }
div.DivClassName
{
background-color: #47CAC2;
}
.BgClassName
{
background-color: #47CAC2;
}
</style>
border-color css
<style>
span { border-color: #47CAC2; }
span { border-color: rgb(71,202,194); }
td.TdClassName
{
border-color: #47CAC2;
}
.TagClassName
{
border-color: #47CAC2;
}
</style>