Shades of Turquoise #47E6DD
Tints of Turquoise #47E6DD
RGB
CMYK
RGB Variations
Color information
#47E6DD (or 0x47E6DD) is known color: Turquoise. HEX triplet: 47, E6 and DD. RGB value is (71,230,221). Sum of RGB (Red+Green+Blue) = 71+230+221=522 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.60% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 230 - color contains mainly: green. Hex color #47E6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E6DD is #B81922. Grayscale: #B5B5B5. Windows color (decimal): -12065059 or 14542407. OLE color: 14542407.
HSL color Cylindrical-coordinate representation of color #47E6DD: hue angle of 176.6º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E6DD is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 230 | 221 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.10 |
| HSL | 176.6º | 0.76% | 0.59% | - |
| HSV(B) | 176.6º | 0.69% | 0.9% | - |
| XYZ | 43.95 | 63.15 | 78.28 | - |
| YUV | 181.43 | 150.32 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 230 | 221 | 0.69 | 0 | 0.04 | 0.10 | 176.6 | 0.76 | 0.59 |
| Hex | 47 | E6 | DD | 45 | 0 | 4 | A | B1 | 4C | 3B |
| Octal | 107 | 346 | 335 | 105 | 0 | 4 | 12 | 261 | 114 | 73 |
| Binary | 1000111 | 11100110 | 11011101 | 1000101 | 0 | 100 | 1010 | 10110001 | 1001100 | 111011 |
Color Harmonies of #47E6DD
Complementary color
Monochromatic Colors of #47E6DD
Black with #47E6DD
Text Example
Text Example
White with #47E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E6DD; }
p { color: rgb(71,230,221); }
H1.HeaderClassName
{
color: #47E6DD;
}
.AnyTagClassName
{
color: #47E6DD;
}
</style>
background-color css
<style>
a { background-color: #47E6DD; }
a { background-color: rgb(71,230,221); }
div.DivClassName
{
background-color: #47E6DD;
}
.BgClassName
{
background-color: #47E6DD;
}
</style>
border-color css
<style>
span { border-color: #47E6DD; }
span { border-color: rgb(71,230,221); }
td.TdClassName
{
border-color: #47E6DD;
}
.TagClassName
{
border-color: #47E6DD;
}
</style>