Shades of Turquoise #47EACE
Tints of Turquoise #47EACE
RGB
CMYK
RGB Variations
Color information
#47EACE (or 0x47EACE) is known color: Turquoise. HEX triplet: 47, EA and CE. RGB value is (71,234,206). Sum of RGB (Red+Green+Blue) = 71+234+206=511 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.89% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #47EACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EACE is #B81531. Grayscale: #B6B6B6. Windows color (decimal): -12064050 or 13560391. OLE color: 13560391.
HSL color Cylindrical-coordinate representation of color #47EACE: hue angle of 169.69º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47EACE is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 234 | 206 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.08 |
| HSL | 169.69º | 0.8% | 0.6% | - |
| HSV(B) | 169.69º | 0.7% | 0.92% | - |
| XYZ | 43.16 | 64.64 | 68.59 | - |
| YUV | 182.07 | 141.5 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 234 | 206 | 0.70 | 0 | 0.12 | 0.08 | 169.69 | 0.8 | 0.6 |
| Hex | 47 | EA | CE | 46 | 0 | C | 8 | AA | 50 | 3C |
| Octal | 107 | 352 | 316 | 106 | 0 | 14 | 10 | 252 | 120 | 74 |
| Binary | 1000111 | 11101010 | 11001110 | 1000110 | 0 | 1100 | 1000 | 10101010 | 1010000 | 111100 |
Color Harmonies of #47EACE
Complementary color
Monochromatic Colors of #47EACE
Black with #47EACE
Text Example
Text Example
White with #47EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EACE; }
p { color: rgb(71,234,206); }
H1.HeaderClassName
{
color: #47EACE;
}
.AnyTagClassName
{
color: #47EACE;
}
</style>
background-color css
<style>
a { background-color: #47EACE; }
a { background-color: rgb(71,234,206); }
div.DivClassName
{
background-color: #47EACE;
}
.BgClassName
{
background-color: #47EACE;
}
</style>
border-color css
<style>
span { border-color: #47EACE; }
span { border-color: rgb(71,234,206); }
td.TdClassName
{
border-color: #47EACE;
}
.TagClassName
{
border-color: #47EACE;
}
</style>