Shades of Medium Turquoise #47D1BC
Tints of Medium Turquoise #47D1BC
RGB
CMYK
RGB Variations
Color information
#47D1BC (or 0x47D1BC) is known color: Medium Turquoise. HEX triplet: 47, D1 and BC. RGB value is (71,209,188). Sum of RGB (Red+Green+Blue) = 71+209+188=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 209 - color contains mainly: green. Hex color #47D1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D1BC is #B82E43. Grayscale: #A5A5A5. Windows color (decimal): -12070468 or 12374343. OLE color: 12374343.
HSL color Cylindrical-coordinate representation of color #47D1BC: hue angle of 170.87º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D1BC is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 209 | 188 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.18 |
| HSL | 170.87º | 0.6% | 0.55% | - |
| HSV(B) | 170.87º | 0.66% | 0.82% | - |
| XYZ | 34.48 | 50.57 | 55.52 | - |
| YUV | 165.34 | 140.78 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 209 | 188 | 0.66 | 0 | 0.10 | 0.18 | 170.87 | 0.6 | 0.55 |
| Hex | 47 | D1 | BC | 42 | 0 | A | 12 | AB | 3C | 37 |
| Octal | 107 | 321 | 274 | 102 | 0 | 12 | 22 | 253 | 74 | 67 |
| Binary | 1000111 | 11010001 | 10111100 | 1000010 | 0 | 1010 | 10010 | 10101011 | 111100 | 110111 |
Color Harmonies of #47D1BC
Complementary color
Monochromatic Colors of #47D1BC
Black with #47D1BC
Text Example
Text Example
White with #47D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D1BC; }
p { color: rgb(71,209,188); }
H1.HeaderClassName
{
color: #47D1BC;
}
.AnyTagClassName
{
color: #47D1BC;
}
</style>
background-color css
<style>
a { background-color: #47D1BC; }
a { background-color: rgb(71,209,188); }
div.DivClassName
{
background-color: #47D1BC;
}
.BgClassName
{
background-color: #47D1BC;
}
</style>
border-color css
<style>
span { border-color: #47D1BC; }
span { border-color: rgb(71,209,188); }
td.TdClassName
{
border-color: #47D1BC;
}
.TagClassName
{
border-color: #47D1BC;
}
</style>