Shades of Turquoise #47DCD1
Tints of Turquoise #47DCD1
RGB
CMYK
RGB Variations
Color information
#47DCD1 (or 0x47DCD1) is known color: Turquoise. HEX triplet: 47, DC and D1. RGB value is (71,220,209). Sum of RGB (Red+Green+Blue) = 71+220+209=500 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.2% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCD1 is #B8232E. Grayscale: #AEAEAE. Windows color (decimal): -12067631 or 13753415. OLE color: 13753415.
HSL color Cylindrical-coordinate representation of color #47DCD1: hue angle of 175.57º 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 #47DCD1 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 209 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.14 |
| HSL | 175.57º | 0.68% | 0.57% | - |
| HSV(B) | 175.57º | 0.68% | 0.86% | - |
| XYZ | 39.7 | 57.13 | 69.26 | - |
| YUV | 174.2 | 147.64 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 209 | 0.68 | 0 | 0.05 | 0.14 | 175.57 | 0.68 | 0.57 |
| Hex | 47 | DC | D1 | 44 | 0 | 5 | E | B0 | 44 | 39 |
| Octal | 107 | 334 | 321 | 104 | 0 | 5 | 16 | 260 | 104 | 71 |
| Binary | 1000111 | 11011100 | 11010001 | 1000100 | 0 | 101 | 1110 | 10110000 | 1000100 | 111001 |
Color Harmonies of #47DCD1
Complementary color
Monochromatic Colors of #47DCD1
Black with #47DCD1
Text Example
Text Example
White with #47DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCD1; }
p { color: rgb(71,220,209); }
H1.HeaderClassName
{
color: #47DCD1;
}
.AnyTagClassName
{
color: #47DCD1;
}
</style>
background-color css
<style>
a { background-color: #47DCD1; }
a { background-color: rgb(71,220,209); }
div.DivClassName
{
background-color: #47DCD1;
}
.BgClassName
{
background-color: #47DCD1;
}
</style>
border-color css
<style>
span { border-color: #47DCD1; }
span { border-color: rgb(71,220,209); }
td.TdClassName
{
border-color: #47DCD1;
}
.TagClassName
{
border-color: #47DCD1;
}
</style>