Shades of Turquoise #47DCD2
Tints of Turquoise #47DCD2
RGB
CMYK
RGB Variations
Color information
#47DCD2 (or 0x47DCD2) is known color: Turquoise. HEX triplet: 47, DC and D2. RGB value is (71,220,210). Sum of RGB (Red+Green+Blue) = 71+220+210=501 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.17% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCD2 is #B8232D. Grayscale: #AEAEAE. Windows color (decimal): -12067630 or 13818951. OLE color: 13818951.
HSL color Cylindrical-coordinate representation of color #47DCD2: hue angle of 175.97º 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 #47DCD2 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 210 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.14 |
| HSL | 175.97º | 0.68% | 0.57% | - |
| HSV(B) | 175.97º | 0.68% | 0.86% | - |
| XYZ | 39.82 | 57.18 | 69.91 | - |
| YUV | 174.31 | 148.14 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 210 | 0.68 | 0 | 0.05 | 0.14 | 175.97 | 0.68 | 0.57 |
| Hex | 47 | DC | D2 | 44 | 0 | 5 | E | B0 | 44 | 39 |
| Octal | 107 | 334 | 322 | 104 | 0 | 5 | 16 | 260 | 104 | 71 |
| Binary | 1000111 | 11011100 | 11010010 | 1000100 | 0 | 101 | 1110 | 10110000 | 1000100 | 111001 |
Color Harmonies of #47DCD2
Complementary color
Monochromatic Colors of #47DCD2
Black with #47DCD2
Text Example
Text Example
White with #47DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCD2; }
p { color: rgb(71,220,210); }
H1.HeaderClassName
{
color: #47DCD2;
}
.AnyTagClassName
{
color: #47DCD2;
}
</style>
background-color css
<style>
a { background-color: #47DCD2; }
a { background-color: rgb(71,220,210); }
div.DivClassName
{
background-color: #47DCD2;
}
.BgClassName
{
background-color: #47DCD2;
}
</style>
border-color css
<style>
span { border-color: #47DCD2; }
span { border-color: rgb(71,220,210); }
td.TdClassName
{
border-color: #47DCD2;
}
.TagClassName
{
border-color: #47DCD2;
}
</style>