Shades of Turquoise #47DCB6
Tints of Turquoise #47DCB6
RGB
CMYK
RGB Variations
Color information
#47DCB6 (or 0x47DCB6) is known color: Turquoise. HEX triplet: 47, DC and B6. RGB value is (71,220,182). Sum of RGB (Red+Green+Blue) = 71+220+182=473 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.01% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCB6 is #B82349. Grayscale: #ABABAB. Windows color (decimal): -12067658 or 11983943. OLE color: 11983943.
HSL color Cylindrical-coordinate representation of color #47DCB6: hue angle of 164.7º 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 #47DCB6 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 182 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.14 |
| HSL | 164.7º | 0.68% | 0.57% | - |
| HSV(B) | 164.7º | 0.68% | 0.86% | - |
| XYZ | 36.64 | 55.9 | 53.12 | - |
| YUV | 171.12 | 134.14 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 182 | 0.68 | 0 | 0.17 | 0.14 | 164.7 | 0.68 | 0.57 |
| Hex | 47 | DC | B6 | 44 | 0 | 11 | E | A5 | 44 | 39 |
| Octal | 107 | 334 | 266 | 104 | 0 | 21 | 16 | 245 | 104 | 71 |
| Binary | 1000111 | 11011100 | 10110110 | 1000100 | 0 | 10001 | 1110 | 10100101 | 1000100 | 111001 |
Color Harmonies of #47DCB6
Complementary color
Monochromatic Colors of #47DCB6
Black with #47DCB6
Text Example
Text Example
White with #47DCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCB6; }
p { color: rgb(71,220,182); }
H1.HeaderClassName
{
color: #47DCB6;
}
.AnyTagClassName
{
color: #47DCB6;
}
</style>
background-color css
<style>
a { background-color: #47DCB6; }
a { background-color: rgb(71,220,182); }
div.DivClassName
{
background-color: #47DCB6;
}
.BgClassName
{
background-color: #47DCB6;
}
</style>
border-color css
<style>
span { border-color: #47DCB6; }
span { border-color: rgb(71,220,182); }
td.TdClassName
{
border-color: #47DCB6;
}
.TagClassName
{
border-color: #47DCB6;
}
</style>