Shades of Turquoise #47DCB5
Tints of Turquoise #47DCB5
RGB
CMYK
RGB Variations
Color information
#47DCB5 (or 0x47DCB5) is known color: Turquoise. HEX triplet: 47, DC and B5. RGB value is (71,220,181). Sum of RGB (Red+Green+Blue) = 71+220+181=472 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.04% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCB5 is #B8234A. Grayscale: #ABABAB. Windows color (decimal): -12067659 or 11918407. OLE color: 11918407.
HSL color Cylindrical-coordinate representation of color #47DCB5: hue angle of 164.3º 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 #47DCB5 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 181 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.14 |
| HSL | 164.3º | 0.68% | 0.57% | - |
| HSV(B) | 164.3º | 0.68% | 0.86% | - |
| XYZ | 36.53 | 55.86 | 52.57 | - |
| YUV | 171 | 133.64 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 181 | 0.68 | 0 | 0.18 | 0.14 | 164.3 | 0.68 | 0.57 |
| Hex | 47 | DC | B5 | 44 | 0 | 12 | E | A4 | 44 | 39 |
| Octal | 107 | 334 | 265 | 104 | 0 | 22 | 16 | 244 | 104 | 71 |
| Binary | 1000111 | 11011100 | 10110101 | 1000100 | 0 | 10010 | 1110 | 10100100 | 1000100 | 111001 |
Color Harmonies of #47DCB5
Complementary color
Monochromatic Colors of #47DCB5
Black with #47DCB5
Text Example
Text Example
White with #47DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCB5; }
p { color: rgb(71,220,181); }
H1.HeaderClassName
{
color: #47DCB5;
}
.AnyTagClassName
{
color: #47DCB5;
}
</style>
background-color css
<style>
a { background-color: #47DCB5; }
a { background-color: rgb(71,220,181); }
div.DivClassName
{
background-color: #47DCB5;
}
.BgClassName
{
background-color: #47DCB5;
}
</style>
border-color css
<style>
span { border-color: #47DCB5; }
span { border-color: rgb(71,220,181); }
td.TdClassName
{
border-color: #47DCB5;
}
.TagClassName
{
border-color: #47DCB5;
}
</style>