Shades of Turquoise #47DCBA
Tints of Turquoise #47DCBA
RGB
CMYK
RGB Variations
Color information
#47DCBA (or 0x47DCBA) is known color: Turquoise. HEX triplet: 47, DC and BA. RGB value is (71,220,186). Sum of RGB (Red+Green+Blue) = 71+220+186=477 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.88% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCBA is #B82345. Grayscale: #ABABAB. Windows color (decimal): -12067654 or 12246087. OLE color: 12246087.
HSL color Cylindrical-coordinate representation of color #47DCBA: hue angle of 166.31º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DCBA is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 186 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.14 |
| HSL | 166.31º | 0.68% | 0.57% | - |
| HSV(B) | 166.31º | 0.68% | 0.86% | - |
| XYZ | 37.05 | 56.07 | 55.32 | - |
| YUV | 171.57 | 136.14 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 186 | 0.68 | 0 | 0.15 | 0.14 | 166.31 | 0.68 | 0.57 |
| Hex | 47 | DC | BA | 44 | 0 | F | E | A6 | 44 | 39 |
| Octal | 107 | 334 | 272 | 104 | 0 | 17 | 16 | 246 | 104 | 71 |
| Binary | 1000111 | 11011100 | 10111010 | 1000100 | 0 | 1111 | 1110 | 10100110 | 1000100 | 111001 |
Color Harmonies of #47DCBA
Complementary color
Monochromatic Colors of #47DCBA
Black with #47DCBA
Text Example
Text Example
White with #47DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCBA; }
p { color: rgb(71,220,186); }
H1.HeaderClassName
{
color: #47DCBA;
}
.AnyTagClassName
{
color: #47DCBA;
}
</style>
background-color css
<style>
a { background-color: #47DCBA; }
a { background-color: rgb(71,220,186); }
div.DivClassName
{
background-color: #47DCBA;
}
.BgClassName
{
background-color: #47DCBA;
}
</style>
border-color css
<style>
span { border-color: #47DCBA; }
span { border-color: rgb(71,220,186); }
td.TdClassName
{
border-color: #47DCBA;
}
.TagClassName
{
border-color: #47DCBA;
}
</style>