Shades of Turquoise #47DCD4
Tints of Turquoise #47DCD4
RGB
CMYK
RGB Variations
Color information
#47DCD4 (or 0x47DCD4) is known color: Turquoise. HEX triplet: 47, DC and D4. RGB value is (71,220,212). Sum of RGB (Red+Green+Blue) = 71+220+212=503 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.12% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCD4 is #B8232B. Grayscale: #AEAEAE. Windows color (decimal): -12067628 or 13950023. OLE color: 13950023.
HSL color Cylindrical-coordinate representation of color #47DCD4: hue angle of 176.78º 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 #47DCD4 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 212 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.14 |
| HSL | 176.78º | 0.68% | 0.57% | - |
| HSV(B) | 176.78º | 0.68% | 0.86% | - |
| XYZ | 40.08 | 57.28 | 71.23 | - |
| YUV | 174.54 | 149.14 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 212 | 0.68 | 0 | 0.04 | 0.14 | 176.78 | 0.68 | 0.57 |
| Hex | 47 | DC | D4 | 44 | 0 | 4 | E | B1 | 44 | 39 |
| Octal | 107 | 334 | 324 | 104 | 0 | 4 | 16 | 261 | 104 | 71 |
| Binary | 1000111 | 11011100 | 11010100 | 1000100 | 0 | 100 | 1110 | 10110001 | 1000100 | 111001 |
Color Harmonies of #47DCD4
Complementary color
Monochromatic Colors of #47DCD4
Black with #47DCD4
Text Example
Text Example
White with #47DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCD4; }
p { color: rgb(71,220,212); }
H1.HeaderClassName
{
color: #47DCD4;
}
.AnyTagClassName
{
color: #47DCD4;
}
</style>
background-color css
<style>
a { background-color: #47DCD4; }
a { background-color: rgb(71,220,212); }
div.DivClassName
{
background-color: #47DCD4;
}
.BgClassName
{
background-color: #47DCD4;
}
</style>
border-color css
<style>
span { border-color: #47DCD4; }
span { border-color: rgb(71,220,212); }
td.TdClassName
{
border-color: #47DCD4;
}
.TagClassName
{
border-color: #47DCD4;
}
</style>