Shades of Turquoise #47DCDB
Tints of Turquoise #47DCDB
RGB
CMYK
RGB Variations
Color information
#47DCDB (or 0x47DCDB) is known color: Turquoise. HEX triplet: 47, DC and DB. RGB value is (71,220,219). Sum of RGB (Red+Green+Blue) = 71+220+219=510 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.92% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #47DCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DCDB is #B82324. Grayscale: #AFAFAF. Windows color (decimal): -12067621 or 14408775. OLE color: 14408775.
HSL color Cylindrical-coordinate representation of color #47DCDB: hue angle of 179.6º 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 #47DCDB is Cyan = 0.68, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 220 | 219 | - |
| CMYK | 0.68 | 0 | 0.00 | 0.14 |
| HSL | 179.6º | 0.68% | 0.57% | - |
| HSV(B) | 179.6º | 0.68% | 0.86% | - |
| XYZ | 40.98 | 57.64 | 75.98 | - |
| YUV | 175.34 | 152.64 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 220 | 219 | 0.68 | 0 | 0.00 | 0.14 | 179.6 | 0.68 | 0.57 |
| Hex | 47 | DC | DB | 44 | 0 | 0 | E | B4 | 44 | 39 |
| Octal | 107 | 334 | 333 | 104 | 0 | 0 | 16 | 264 | 104 | 71 |
| Binary | 1000111 | 11011100 | 11011011 | 1000100 | 0 | 0 | 1110 | 10110100 | 1000100 | 111001 |
Color Harmonies of #47DCDB
Complementary color
Monochromatic Colors of #47DCDB
Black with #47DCDB
Text Example
Text Example
White with #47DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DCDB; }
p { color: rgb(71,220,219); }
H1.HeaderClassName
{
color: #47DCDB;
}
.AnyTagClassName
{
color: #47DCDB;
}
</style>
background-color css
<style>
a { background-color: #47DCDB; }
a { background-color: rgb(71,220,219); }
div.DivClassName
{
background-color: #47DCDB;
}
.BgClassName
{
background-color: #47DCDB;
}
</style>
border-color css
<style>
span { border-color: #47DCDB; }
span { border-color: rgb(71,220,219); }
td.TdClassName
{
border-color: #47DCDB;
}
.TagClassName
{
border-color: #47DCDB;
}
</style>