Shades of Turquoise #47E5DF
Tints of Turquoise #47E5DF
RGB
CMYK
RGB Variations
Color information
#47E5DF (or 0x47E5DF) is known color: Turquoise. HEX triplet: 47, E5 and DF. RGB value is (71,229,223). Sum of RGB (Red+Green+Blue) = 71+229+223=523 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.58% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 229 - color contains mainly: green. Hex color #47E5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E5DF is #B81A20. Grayscale: #B4B4B4. Windows color (decimal): -12065313 or 14673223. OLE color: 14673223.
HSL color Cylindrical-coordinate representation of color #47E5DF: hue angle of 177.72º degrees, saturation: 0.75, 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 #47E5DF is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 229 | 223 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.10 |
| HSL | 177.72º | 0.75% | 0.59% | - |
| HSV(B) | 177.72º | 0.69% | 0.9% | - |
| XYZ | 43.94 | 62.71 | 79.6 | - |
| YUV | 181.07 | 151.65 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 229 | 223 | 0.69 | 0 | 0.03 | 0.10 | 177.72 | 0.75 | 0.59 |
| Hex | 47 | E5 | DF | 45 | 0 | 3 | A | B2 | 4B | 3B |
| Octal | 107 | 345 | 337 | 105 | 0 | 3 | 12 | 262 | 113 | 73 |
| Binary | 1000111 | 11100101 | 11011111 | 1000101 | 0 | 11 | 1010 | 10110010 | 1001011 | 111011 |
Color Harmonies of #47E5DF
Complementary color
Monochromatic Colors of #47E5DF
Black with #47E5DF
Text Example
Text Example
White with #47E5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E5DF; }
p { color: rgb(71,229,223); }
H1.HeaderClassName
{
color: #47E5DF;
}
.AnyTagClassName
{
color: #47E5DF;
}
</style>
background-color css
<style>
a { background-color: #47E5DF; }
a { background-color: rgb(71,229,223); }
div.DivClassName
{
background-color: #47E5DF;
}
.BgClassName
{
background-color: #47E5DF;
}
</style>
border-color css
<style>
span { border-color: #47E5DF; }
span { border-color: rgb(71,229,223); }
td.TdClassName
{
border-color: #47E5DF;
}
.TagClassName
{
border-color: #47E5DF;
}
</style>