Shades of Turquoise #47DCC1
Tints of Turquoise #47DCC1
RGB
CMYK
RGB Variations
Color information
#47DCC1 (or 0x47DCC1) is known color: Turquoise. HEX triplet: 47, DC and C1. RGB value is (71,220,193). Sum of RGB (Red+Green+Blue) = 71+220+193=484 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.67% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCC1 is #B8233E. Grayscale: #ACACAC. Windows color (decimal): -12067647 or 12704839. OLE color: 12704839.
HSL color Cylindrical-coordinate representation of color #47DCC1: hue angle of 169.13º 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 #47DCC1 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 193 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.14 |
| HSL | 169.13º | 0.68% | 0.57% | - |
| HSV(B) | 169.13º | 0.68% | 0.86% | - |
| XYZ | 37.82 | 56.38 | 59.34 | - |
| YUV | 172.37 | 139.64 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 193 | 0.68 | 0 | 0.12 | 0.14 | 169.13 | 0.68 | 0.57 |
| Hex | 47 | DC | C1 | 44 | 0 | C | E | A9 | 44 | 39 |
| Octal | 107 | 334 | 301 | 104 | 0 | 14 | 16 | 251 | 104 | 71 |
| Binary | 1000111 | 11011100 | 11000001 | 1000100 | 0 | 1100 | 1110 | 10101001 | 1000100 | 111001 |
Color Harmonies of #47DCC1
Complementary color
Monochromatic Colors of #47DCC1
Black with #47DCC1
Text Example
Text Example
White with #47DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCC1; }
p { color: rgb(71,220,193); }
H1.HeaderClassName
{
color: #47DCC1;
}
.AnyTagClassName
{
color: #47DCC1;
}
</style>
background-color css
<style>
a { background-color: #47DCC1; }
a { background-color: rgb(71,220,193); }
div.DivClassName
{
background-color: #47DCC1;
}
.BgClassName
{
background-color: #47DCC1;
}
</style>
border-color css
<style>
span { border-color: #47DCC1; }
span { border-color: rgb(71,220,193); }
td.TdClassName
{
border-color: #47DCC1;
}
.TagClassName
{
border-color: #47DCC1;
}
</style>