Shades of Turquoise #47E2DD
Tints of Turquoise #47E2DD
RGB
CMYK
RGB Variations
Color information
#47E2DD (or 0x47E2DD) is known color: Turquoise. HEX triplet: 47, E2 and DD. RGB value is (71,226,221). Sum of RGB (Red+Green+Blue) = 71+226+221=518 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.71% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #47E2DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E2DD is #B81D22. Grayscale: #B2B2B2. Windows color (decimal): -12066083 or 14541383. OLE color: 14541383.
HSL color Cylindrical-coordinate representation of color #47E2DD: hue angle of 178.06º 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 #47E2DD is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 226 | 221 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.11 |
| HSL | 178.06º | 0.73% | 0.58% | - |
| HSV(B) | 178.06º | 0.69% | 0.89% | - |
| XYZ | 42.85 | 60.95 | 77.91 | - |
| YUV | 179.09 | 151.65 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 226 | 221 | 0.69 | 0 | 0.02 | 0.11 | 178.06 | 0.73 | 0.58 |
| Hex | 47 | E2 | DD | 45 | 0 | 2 | B | B2 | 49 | 3A |
| Octal | 107 | 342 | 335 | 105 | 0 | 2 | 13 | 262 | 111 | 72 |
| Binary | 1000111 | 11100010 | 11011101 | 1000101 | 0 | 10 | 1011 | 10110010 | 1001001 | 111010 |
Color Harmonies of #47E2DD
Complementary color
Monochromatic Colors of #47E2DD
Black with #47E2DD
Text Example
Text Example
White with #47E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E2DD; }
p { color: rgb(71,226,221); }
H1.HeaderClassName
{
color: #47E2DD;
}
.AnyTagClassName
{
color: #47E2DD;
}
</style>
background-color css
<style>
a { background-color: #47E2DD; }
a { background-color: rgb(71,226,221); }
div.DivClassName
{
background-color: #47E2DD;
}
.BgClassName
{
background-color: #47E2DD;
}
</style>
border-color css
<style>
span { border-color: #47E2DD; }
span { border-color: rgb(71,226,221); }
td.TdClassName
{
border-color: #47E2DD;
}
.TagClassName
{
border-color: #47E2DD;
}
</style>