Shades of Turquoise #47E2DB
Tints of Turquoise #47E2DB
RGB
CMYK
RGB Variations
Color information
#47E2DB (or 0x47E2DB) is known color: Turquoise. HEX triplet: 47, E2 and DB. RGB value is (71,226,219). Sum of RGB (Red+Green+Blue) = 71+226+219=516 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.76% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #47E2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E2DB is #B81D24. Grayscale: #B2B2B2. Windows color (decimal): -12066085 or 14410311. OLE color: 14410311.
HSL color Cylindrical-coordinate representation of color #47E2DB: hue angle of 177.29º degrees, saturation: 0.73, 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 #47E2DB is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 226 | 219 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.11 |
| HSL | 177.29º | 0.73% | 0.58% | - |
| HSV(B) | 177.29º | 0.69% | 0.89% | - |
| XYZ | 42.58 | 60.85 | 76.52 | - |
| YUV | 178.86 | 150.65 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 226 | 219 | 0.69 | 0 | 0.03 | 0.11 | 177.29 | 0.73 | 0.58 |
| Hex | 47 | E2 | DB | 45 | 0 | 3 | B | B1 | 49 | 3A |
| Octal | 107 | 342 | 333 | 105 | 0 | 3 | 13 | 261 | 111 | 72 |
| Binary | 1000111 | 11100010 | 11011011 | 1000101 | 0 | 11 | 1011 | 10110001 | 1001001 | 111010 |
Color Harmonies of #47E2DB
Complementary color
Monochromatic Colors of #47E2DB
Black with #47E2DB
Text Example
Text Example
White with #47E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E2DB; }
p { color: rgb(71,226,219); }
H1.HeaderClassName
{
color: #47E2DB;
}
.AnyTagClassName
{
color: #47E2DB;
}
</style>
background-color css
<style>
a { background-color: #47E2DB; }
a { background-color: rgb(71,226,219); }
div.DivClassName
{
background-color: #47E2DB;
}
.BgClassName
{
background-color: #47E2DB;
}
</style>
border-color css
<style>
span { border-color: #47E2DB; }
span { border-color: rgb(71,226,219); }
td.TdClassName
{
border-color: #47E2DB;
}
.TagClassName
{
border-color: #47E2DB;
}
</style>