Shades of Turquoise #47DECD
Tints of Turquoise #47DECD
RGB
CMYK
RGB Variations
Color information
#47DECD (or 0x47DECD) is known color: Turquoise. HEX triplet: 47, DE and CD. RGB value is (71,222,205). Sum of RGB (Red+Green+Blue) = 71+222+205=498 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.26% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #47DECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DECD is #B82132. Grayscale: #AEAEAE. Windows color (decimal): -12067123 or 13491783. OLE color: 13491783.
HSL color Cylindrical-coordinate representation of color #47DECD: hue angle of 173.25º 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 #47DECD is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 222 | 205 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.13 |
| HSL | 173.25º | 0.7% | 0.57% | - |
| HSV(B) | 173.25º | 0.68% | 0.87% | - |
| XYZ | 39.74 | 57.99 | 66.86 | - |
| YUV | 174.91 | 144.97 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 222 | 205 | 0.68 | 0 | 0.08 | 0.13 | 173.25 | 0.7 | 0.57 |
| Hex | 47 | DE | CD | 44 | 0 | 8 | D | AD | 46 | 39 |
| Octal | 107 | 336 | 315 | 104 | 0 | 10 | 15 | 255 | 106 | 71 |
| Binary | 1000111 | 11011110 | 11001101 | 1000100 | 0 | 1000 | 1101 | 10101101 | 1000110 | 111001 |
Color Harmonies of #47DECD
Complementary color
Monochromatic Colors of #47DECD
Black with #47DECD
Text Example
Text Example
White with #47DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DECD; }
p { color: rgb(71,222,205); }
H1.HeaderClassName
{
color: #47DECD;
}
.AnyTagClassName
{
color: #47DECD;
}
</style>
background-color css
<style>
a { background-color: #47DECD; }
a { background-color: rgb(71,222,205); }
div.DivClassName
{
background-color: #47DECD;
}
.BgClassName
{
background-color: #47DECD;
}
</style>
border-color css
<style>
span { border-color: #47DECD; }
span { border-color: rgb(71,222,205); }
td.TdClassName
{
border-color: #47DECD;
}
.TagClassName
{
border-color: #47DECD;
}
</style>