Shades of Turquoise #47DECC
Tints of Turquoise #47DECC
RGB
CMYK
RGB Variations
Color information
#47DECC (or 0x47DECC) is known color: Turquoise. HEX triplet: 47, DE and CC. RGB value is (71,222,204). Sum of RGB (Red+Green+Blue) = 71+222+204=497 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.29% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #47DECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DECC is #B82133. Grayscale: #AEAEAE. Windows color (decimal): -12067124 or 13426247. OLE color: 13426247.
HSL color Cylindrical-coordinate representation of color #47DECC: hue angle of 172.85º degrees, saturation: 0.7, 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 #47DECC is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 222 | 204 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.13 |
| HSL | 172.85º | 0.7% | 0.57% | - |
| HSV(B) | 172.85º | 0.68% | 0.87% | - |
| XYZ | 39.62 | 57.94 | 66.22 | - |
| YUV | 174.8 | 144.47 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 222 | 204 | 0.68 | 0 | 0.08 | 0.13 | 172.85 | 0.7 | 0.57 |
| Hex | 47 | DE | CC | 44 | 0 | 8 | D | AD | 46 | 39 |
| Octal | 107 | 336 | 314 | 104 | 0 | 10 | 15 | 255 | 106 | 71 |
| Binary | 1000111 | 11011110 | 11001100 | 1000100 | 0 | 1000 | 1101 | 10101101 | 1000110 | 111001 |
Color Harmonies of #47DECC
Complementary color
Monochromatic Colors of #47DECC
Black with #47DECC
Text Example
Text Example
White with #47DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DECC; }
p { color: rgb(71,222,204); }
H1.HeaderClassName
{
color: #47DECC;
}
.AnyTagClassName
{
color: #47DECC;
}
</style>
background-color css
<style>
a { background-color: #47DECC; }
a { background-color: rgb(71,222,204); }
div.DivClassName
{
background-color: #47DECC;
}
.BgClassName
{
background-color: #47DECC;
}
</style>
border-color css
<style>
span { border-color: #47DECC; }
span { border-color: rgb(71,222,204); }
td.TdClassName
{
border-color: #47DECC;
}
.TagClassName
{
border-color: #47DECC;
}
</style>