Shades of Turquoise #47DFCD
Tints of Turquoise #47DFCD
RGB
CMYK
RGB Variations
Color information
#47DFCD (or 0x47DFCD) is known color: Turquoise. HEX triplet: 47, DF and CD. RGB value is (71,223,205). Sum of RGB (Red+Green+Blue) = 71+223+205=499 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.23% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #47DFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DFCD is #B82032. Grayscale: #AFAFAF. Windows color (decimal): -12066867 or 13492039. OLE color: 13492039.
HSL color Cylindrical-coordinate representation of color #47DFCD: hue angle of 172.89º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DFCD is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 223 | 205 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.13 |
| HSL | 172.89º | 0.7% | 0.58% | - |
| HSV(B) | 172.89º | 0.68% | 0.87% | - |
| XYZ | 40.01 | 58.52 | 66.95 | - |
| YUV | 175.5 | 144.64 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 223 | 205 | 0.68 | 0 | 0.08 | 0.13 | 172.89 | 0.7 | 0.58 |
| Hex | 47 | DF | CD | 44 | 0 | 8 | D | AD | 46 | 3A |
| Octal | 107 | 337 | 315 | 104 | 0 | 10 | 15 | 255 | 106 | 72 |
| Binary | 1000111 | 11011111 | 11001101 | 1000100 | 0 | 1000 | 1101 | 10101101 | 1000110 | 111010 |
Color Harmonies of #47DFCD
Complementary color
Monochromatic Colors of #47DFCD
Black with #47DFCD
Text Example
Text Example
White with #47DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DFCD; }
p { color: rgb(71,223,205); }
H1.HeaderClassName
{
color: #47DFCD;
}
.AnyTagClassName
{
color: #47DFCD;
}
</style>
background-color css
<style>
a { background-color: #47DFCD; }
a { background-color: rgb(71,223,205); }
div.DivClassName
{
background-color: #47DFCD;
}
.BgClassName
{
background-color: #47DFCD;
}
</style>
border-color css
<style>
span { border-color: #47DFCD; }
span { border-color: rgb(71,223,205); }
td.TdClassName
{
border-color: #47DFCD;
}
.TagClassName
{
border-color: #47DFCD;
}
</style>