Shades of Turquoise #47DCC3
Tints of Turquoise #47DCC3
RGB
CMYK
RGB Variations
Color information
#47DCC3 (or 0x47DCC3) is known color: Turquoise. HEX triplet: 47, DC and C3. RGB value is (71,220,195). Sum of RGB (Red+Green+Blue) = 71+220+195=486 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.61% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCC3 is #B8233C. Grayscale: #ACACAC. Windows color (decimal): -12067645 or 12835911. OLE color: 12835911.
HSL color Cylindrical-coordinate representation of color #47DCC3: hue angle of 169.93º 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 #47DCC3 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 195 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.14 |
| HSL | 169.93º | 0.68% | 0.57% | - |
| HSV(B) | 169.93º | 0.68% | 0.86% | - |
| XYZ | 38.04 | 56.47 | 60.52 | - |
| YUV | 172.6 | 140.64 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 195 | 0.68 | 0 | 0.11 | 0.14 | 169.93 | 0.68 | 0.57 |
| Hex | 47 | DC | C3 | 44 | 0 | B | E | AA | 44 | 39 |
| Octal | 107 | 334 | 303 | 104 | 0 | 13 | 16 | 252 | 104 | 71 |
| Binary | 1000111 | 11011100 | 11000011 | 1000100 | 0 | 1011 | 1110 | 10101010 | 1000100 | 111001 |
Color Harmonies of #47DCC3
Complementary color
Monochromatic Colors of #47DCC3
Black with #47DCC3
Text Example
Text Example
White with #47DCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCC3; }
p { color: rgb(71,220,195); }
H1.HeaderClassName
{
color: #47DCC3;
}
.AnyTagClassName
{
color: #47DCC3;
}
</style>
background-color css
<style>
a { background-color: #47DCC3; }
a { background-color: rgb(71,220,195); }
div.DivClassName
{
background-color: #47DCC3;
}
.BgClassName
{
background-color: #47DCC3;
}
</style>
border-color css
<style>
span { border-color: #47DCC3; }
span { border-color: rgb(71,220,195); }
td.TdClassName
{
border-color: #47DCC3;
}
.TagClassName
{
border-color: #47DCC3;
}
</style>