Shades of Turquoise #47DCCE
Tints of Turquoise #47DCCE
RGB
CMYK
RGB Variations
Color information
#47DCCE (or 0x47DCCE) is known color: Turquoise. HEX triplet: 47, DC and CE. RGB value is (71,220,206). Sum of RGB (Red+Green+Blue) = 71+220+206=497 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.29% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCCE is #B82331. Grayscale: #ADADAD. Windows color (decimal): -12067634 or 13556807. OLE color: 13556807.
HSL color Cylindrical-coordinate representation of color #47DCCE: hue angle of 174.36º 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 #47DCCE is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 206 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.14 |
| HSL | 174.36º | 0.68% | 0.57% | - |
| HSV(B) | 174.36º | 0.68% | 0.86% | - |
| XYZ | 39.33 | 56.98 | 67.32 | - |
| YUV | 173.85 | 146.14 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 206 | 0.68 | 0 | 0.06 | 0.14 | 174.36 | 0.68 | 0.57 |
| Hex | 47 | DC | CE | 44 | 0 | 6 | E | AE | 44 | 39 |
| Octal | 107 | 334 | 316 | 104 | 0 | 6 | 16 | 256 | 104 | 71 |
| Binary | 1000111 | 11011100 | 11001110 | 1000100 | 0 | 110 | 1110 | 10101110 | 1000100 | 111001 |
Color Harmonies of #47DCCE
Complementary color
Monochromatic Colors of #47DCCE
Black with #47DCCE
Text Example
Text Example
White with #47DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCCE; }
p { color: rgb(71,220,206); }
H1.HeaderClassName
{
color: #47DCCE;
}
.AnyTagClassName
{
color: #47DCCE;
}
</style>
background-color css
<style>
a { background-color: #47DCCE; }
a { background-color: rgb(71,220,206); }
div.DivClassName
{
background-color: #47DCCE;
}
.BgClassName
{
background-color: #47DCCE;
}
</style>
border-color css
<style>
span { border-color: #47DCCE; }
span { border-color: rgb(71,220,206); }
td.TdClassName
{
border-color: #47DCCE;
}
.TagClassName
{
border-color: #47DCCE;
}
</style>