Shades of Turquoise #47E7DD
Tints of Turquoise #47E7DD
RGB
CMYK
RGB Variations
Color information
#47E7DD (or 0x47E7DD) is known color: Turquoise. HEX triplet: 47, E7 and DD. RGB value is (71,231,221). Sum of RGB (Red+Green+Blue) = 71+231+221=523 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.58% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #47E7DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E7DD is #B81822. Grayscale: #B5B5B5. Windows color (decimal): -12064803 or 14542663. OLE color: 14542663.
HSL color Cylindrical-coordinate representation of color #47E7DD: hue angle of 176.25º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E7DD is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 231 | 221 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.09 |
| HSL | 176.25º | 0.77% | 0.59% | - |
| HSV(B) | 176.25º | 0.69% | 0.91% | - |
| XYZ | 44.23 | 63.71 | 78.37 | - |
| YUV | 182.02 | 149.99 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 231 | 221 | 0.69 | 0 | 0.04 | 0.09 | 176.25 | 0.77 | 0.59 |
| Hex | 47 | E7 | DD | 45 | 0 | 4 | 9 | B0 | 4D | 3B |
| Octal | 107 | 347 | 335 | 105 | 0 | 4 | 11 | 260 | 115 | 73 |
| Binary | 1000111 | 11100111 | 11011101 | 1000101 | 0 | 100 | 1001 | 10110000 | 1001101 | 111011 |
Color Harmonies of #47E7DD
Complementary color
Monochromatic Colors of #47E7DD
Black with #47E7DD
Text Example
Text Example
White with #47E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E7DD; }
p { color: rgb(71,231,221); }
H1.HeaderClassName
{
color: #47E7DD;
}
.AnyTagClassName
{
color: #47E7DD;
}
</style>
background-color css
<style>
a { background-color: #47E7DD; }
a { background-color: rgb(71,231,221); }
div.DivClassName
{
background-color: #47E7DD;
}
.BgClassName
{
background-color: #47E7DD;
}
</style>
border-color css
<style>
span { border-color: #47E7DD; }
span { border-color: rgb(71,231,221); }
td.TdClassName
{
border-color: #47E7DD;
}
.TagClassName
{
border-color: #47E7DD;
}
</style>