Shades of Turquoise #47DDCD
Tints of Turquoise #47DDCD
RGB
CMYK
RGB Variations
Color information
#47DDCD (or 0x47DDCD) is known color: Turquoise. HEX triplet: 47, DD and CD. RGB value is (71,221,205). Sum of RGB (Red+Green+Blue) = 71+221+205=497 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.29% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDCD is #B82232. Grayscale: #AEAEAE. Windows color (decimal): -12067379 or 13491527. OLE color: 13491527.
HSL color Cylindrical-coordinate representation of color #47DDCD: hue angle of 173.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DDCD is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 221 | 205 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.13 |
| HSL | 173.6º | 0.69% | 0.57% | - |
| HSV(B) | 173.6º | 0.68% | 0.87% | - |
| XYZ | 39.47 | 57.46 | 66.77 | - |
| YUV | 174.33 | 145.31 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 221 | 205 | 0.68 | 0 | 0.07 | 0.13 | 173.6 | 0.69 | 0.57 |
| Hex | 47 | DD | CD | 44 | 0 | 7 | D | AE | 45 | 39 |
| Octal | 107 | 335 | 315 | 104 | 0 | 7 | 15 | 256 | 105 | 71 |
| Binary | 1000111 | 11011101 | 11001101 | 1000100 | 0 | 111 | 1101 | 10101110 | 1000101 | 111001 |
Color Harmonies of #47DDCD
Complementary color
Monochromatic Colors of #47DDCD
Black with #47DDCD
Text Example
Text Example
White with #47DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DDCD; }
p { color: rgb(71,221,205); }
H1.HeaderClassName
{
color: #47DDCD;
}
.AnyTagClassName
{
color: #47DDCD;
}
</style>
background-color css
<style>
a { background-color: #47DDCD; }
a { background-color: rgb(71,221,205); }
div.DivClassName
{
background-color: #47DDCD;
}
.BgClassName
{
background-color: #47DDCD;
}
</style>
border-color css
<style>
span { border-color: #47DDCD; }
span { border-color: rgb(71,221,205); }
td.TdClassName
{
border-color: #47DDCD;
}
.TagClassName
{
border-color: #47DDCD;
}
</style>