Shades of Medium Turquoise #47D5BA
Tints of Medium Turquoise #47D5BA
RGB
CMYK
RGB Variations
Color information
#47D5BA (or 0x47D5BA) is known color: Medium Turquoise. HEX triplet: 47, D5 and BA. RGB value is (71,213,186). Sum of RGB (Red+Green+Blue) = 71+213+186=470 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.11% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #47D5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D5BA is #B82A45. Grayscale: #A7A7A7. Windows color (decimal): -12069446 or 12244295. OLE color: 12244295.
HSL color Cylindrical-coordinate representation of color #47D5BA: hue angle of 168.59º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D5BA is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 213 | 186 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.16 |
| HSL | 168.59º | 0.63% | 0.56% | - |
| HSV(B) | 168.59º | 0.67% | 0.84% | - |
| XYZ | 35.26 | 52.47 | 54.72 | - |
| YUV | 167.46 | 138.46 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 213 | 186 | 0.67 | 0 | 0.13 | 0.16 | 168.59 | 0.63 | 0.56 |
| Hex | 47 | D5 | BA | 43 | 0 | D | 10 | A9 | 3F | 38 |
| Octal | 107 | 325 | 272 | 103 | 0 | 15 | 20 | 251 | 77 | 70 |
| Binary | 1000111 | 11010101 | 10111010 | 1000011 | 0 | 1101 | 10000 | 10101001 | 111111 | 111000 |
Color Harmonies of #47D5BA
Complementary color
Monochromatic Colors of #47D5BA
Black with #47D5BA
Text Example
Text Example
White with #47D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D5BA; }
p { color: rgb(71,213,186); }
H1.HeaderClassName
{
color: #47D5BA;
}
.AnyTagClassName
{
color: #47D5BA;
}
</style>
background-color css
<style>
a { background-color: #47D5BA; }
a { background-color: rgb(71,213,186); }
div.DivClassName
{
background-color: #47D5BA;
}
.BgClassName
{
background-color: #47D5BA;
}
</style>
border-color css
<style>
span { border-color: #47D5BA; }
span { border-color: rgb(71,213,186); }
td.TdClassName
{
border-color: #47D5BA;
}
.TagClassName
{
border-color: #47D5BA;
}
</style>