Shades of Turquoise #47E8DE
Tints of Turquoise #47E8DE
RGB
CMYK
RGB Variations
Color information
#47E8DE (or 0x47E8DE) is known color: Turquoise. HEX triplet: 47, E8 and DE. RGB value is (71,232,222). Sum of RGB (Red+Green+Blue) = 71+232+222=525 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.52% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #47E8DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E8DE is #B81721. Grayscale: #B6B6B6. Windows color (decimal): -12064546 or 14608455. OLE color: 14608455.
HSL color Cylindrical-coordinate representation of color #47E8DE: hue angle of 176.27º degrees, saturation: 0.78, 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 #47E8DE is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 232 | 222 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.09 |
| HSL | 176.27º | 0.78% | 0.59% | - |
| HSV(B) | 176.27º | 0.69% | 0.91% | - |
| XYZ | 44.64 | 64.33 | 79.17 | - |
| YUV | 182.72 | 150.16 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 232 | 222 | 0.69 | 0 | 0.04 | 0.09 | 176.27 | 0.78 | 0.59 |
| Hex | 47 | E8 | DE | 45 | 0 | 4 | 9 | B0 | 4E | 3B |
| Octal | 107 | 350 | 336 | 105 | 0 | 4 | 11 | 260 | 116 | 73 |
| Binary | 1000111 | 11101000 | 11011110 | 1000101 | 0 | 100 | 1001 | 10110000 | 1001110 | 111011 |
Color Harmonies of #47E8DE
Complementary color
Monochromatic Colors of #47E8DE
Black with #47E8DE
Text Example
Text Example
White with #47E8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E8DE; }
p { color: rgb(71,232,222); }
H1.HeaderClassName
{
color: #47E8DE;
}
.AnyTagClassName
{
color: #47E8DE;
}
</style>
background-color css
<style>
a { background-color: #47E8DE; }
a { background-color: rgb(71,232,222); }
div.DivClassName
{
background-color: #47E8DE;
}
.BgClassName
{
background-color: #47E8DE;
}
</style>
border-color css
<style>
span { border-color: #47E8DE; }
span { border-color: rgb(71,232,222); }
td.TdClassName
{
border-color: #47E8DE;
}
.TagClassName
{
border-color: #47E8DE;
}
</style>