Shades of Turquoise #47E3DB
Tints of Turquoise #47E3DB
RGB
CMYK
RGB Variations
Color information
#47E3DB (or 0x47E3DB) is known color: Turquoise. HEX triplet: 47, E3 and DB. RGB value is (71,227,219). Sum of RGB (Red+Green+Blue) = 71+227+219=517 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.73% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #47E3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E3DB is #B81C24. Grayscale: #B3B3B3. Windows color (decimal): -12065829 or 14410567. OLE color: 14410567.
HSL color Cylindrical-coordinate representation of color #47E3DB: hue angle of 176.92º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E3DB is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 227 | 219 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.11 |
| HSL | 176.92º | 0.74% | 0.58% | - |
| HSV(B) | 176.92º | 0.69% | 0.89% | - |
| XYZ | 42.85 | 61.39 | 76.61 | - |
| YUV | 179.44 | 150.32 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 227 | 219 | 0.69 | 0 | 0.04 | 0.11 | 176.92 | 0.74 | 0.58 |
| Hex | 47 | E3 | DB | 45 | 0 | 4 | B | B1 | 4A | 3A |
| Octal | 107 | 343 | 333 | 105 | 0 | 4 | 13 | 261 | 112 | 72 |
| Binary | 1000111 | 11100011 | 11011011 | 1000101 | 0 | 100 | 1011 | 10110001 | 1001010 | 111010 |
Color Harmonies of #47E3DB
Complementary color
Monochromatic Colors of #47E3DB
Black with #47E3DB
Text Example
Text Example
White with #47E3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E3DB; }
p { color: rgb(71,227,219); }
H1.HeaderClassName
{
color: #47E3DB;
}
.AnyTagClassName
{
color: #47E3DB;
}
</style>
background-color css
<style>
a { background-color: #47E3DB; }
a { background-color: rgb(71,227,219); }
div.DivClassName
{
background-color: #47E3DB;
}
.BgClassName
{
background-color: #47E3DB;
}
</style>
border-color css
<style>
span { border-color: #47E3DB; }
span { border-color: rgb(71,227,219); }
td.TdClassName
{
border-color: #47E3DB;
}
.TagClassName
{
border-color: #47E3DB;
}
</style>