Shades of Turquoise #47DCCC
Tints of Turquoise #47DCCC
RGB
CMYK
RGB Variations
Color information
#47DCCC (or 0x47DCCC) is known color: Turquoise. HEX triplet: 47, DC and CC. RGB value is (71,220,204). Sum of RGB (Red+Green+Blue) = 71+220+204=495 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.34% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCCC is #B82333. Grayscale: #ADADAD. Windows color (decimal): -12067636 or 13425735. OLE color: 13425735.
HSL color Cylindrical-coordinate representation of color #47DCCC: hue angle of 173.56º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DCCC is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 204 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.14 |
| HSL | 173.56º | 0.68% | 0.57% | - |
| HSV(B) | 173.56º | 0.68% | 0.86% | - |
| XYZ | 39.09 | 56.89 | 66.05 | - |
| YUV | 173.63 | 145.14 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 204 | 0.68 | 0 | 0.07 | 0.14 | 173.56 | 0.68 | 0.57 |
| Hex | 47 | DC | CC | 44 | 0 | 7 | E | AE | 44 | 39 |
| Octal | 107 | 334 | 314 | 104 | 0 | 7 | 16 | 256 | 104 | 71 |
| Binary | 1000111 | 11011100 | 11001100 | 1000100 | 0 | 111 | 1110 | 10101110 | 1000100 | 111001 |
Color Harmonies of #47DCCC
Complementary color
Monochromatic Colors of #47DCCC
Black with #47DCCC
Text Example
Text Example
White with #47DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCCC; }
p { color: rgb(71,220,204); }
H1.HeaderClassName
{
color: #47DCCC;
}
.AnyTagClassName
{
color: #47DCCC;
}
</style>
background-color css
<style>
a { background-color: #47DCCC; }
a { background-color: rgb(71,220,204); }
div.DivClassName
{
background-color: #47DCCC;
}
.BgClassName
{
background-color: #47DCCC;
}
</style>
border-color css
<style>
span { border-color: #47DCCC; }
span { border-color: rgb(71,220,204); }
td.TdClassName
{
border-color: #47DCCC;
}
.TagClassName
{
border-color: #47DCCC;
}
</style>