Shades of Turquoise #47DED3
Tints of Turquoise #47DED3
RGB
CMYK
RGB Variations
Color information
#47DED3 (or 0x47DED3) is known color: Turquoise. HEX triplet: 47, DE and D3. RGB value is (71,222,211). Sum of RGB (Red+Green+Blue) = 71+222+211=504 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.09% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #47DED3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DED3 is #B8212C. Grayscale: #AFAFAF. Windows color (decimal): -12067117 or 13884999. OLE color: 13884999.
HSL color Cylindrical-coordinate representation of color #47DED3: hue angle of 175.63º 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 #47DED3 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 222 | 211 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.13 |
| HSL | 175.63º | 0.7% | 0.57% | - |
| HSV(B) | 175.63º | 0.68% | 0.87% | - |
| XYZ | 40.48 | 58.29 | 70.74 | - |
| YUV | 175.6 | 147.97 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 222 | 211 | 0.68 | 0 | 0.05 | 0.13 | 175.63 | 0.7 | 0.57 |
| Hex | 47 | DE | D3 | 44 | 0 | 5 | D | B0 | 46 | 39 |
| Octal | 107 | 336 | 323 | 104 | 0 | 5 | 15 | 260 | 106 | 71 |
| Binary | 1000111 | 11011110 | 11010011 | 1000100 | 0 | 101 | 1101 | 10110000 | 1000110 | 111001 |
Color Harmonies of #47DED3
Complementary color
Monochromatic Colors of #47DED3
Black with #47DED3
Text Example
Text Example
White with #47DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DED3; }
p { color: rgb(71,222,211); }
H1.HeaderClassName
{
color: #47DED3;
}
.AnyTagClassName
{
color: #47DED3;
}
</style>
background-color css
<style>
a { background-color: #47DED3; }
a { background-color: rgb(71,222,211); }
div.DivClassName
{
background-color: #47DED3;
}
.BgClassName
{
background-color: #47DED3;
}
</style>
border-color css
<style>
span { border-color: #47DED3; }
span { border-color: rgb(71,222,211); }
td.TdClassName
{
border-color: #47DED3;
}
.TagClassName
{
border-color: #47DED3;
}
</style>