Shades of Turquoise #47E9C4
Tints of Turquoise #47E9C4
RGB
CMYK
RGB Variations
Color information
#47E9C4 (or 0x47E9C4) is known color: Turquoise. HEX triplet: 47, E9 and C4. RGB value is (71,233,196). Sum of RGB (Red+Green+Blue) = 71+233+196=500 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.2% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 233 - color contains mainly: green. Hex color #47E9C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47E9C4 is #B8163B. Grayscale: #B4B4B4. Windows color (decimal): -12064316 or 12904775. OLE color: 12904775.
HSL color Cylindrical-coordinate representation of color #47E9C4: hue angle of 166.3º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47E9C4 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 233 | 196 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.09 |
| HSL | 166.3º | 0.79% | 0.6% | - |
| HSV(B) | 166.3º | 0.7% | 0.91% | - |
| XYZ | 41.7 | 63.6 | 62.3 | - |
| YUV | 180.34 | 136.83 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 233 | 196 | 0.70 | 0 | 0.16 | 0.09 | 166.3 | 0.79 | 0.6 |
| Hex | 47 | E9 | C4 | 46 | 0 | 10 | 9 | A6 | 4F | 3C |
| Octal | 107 | 351 | 304 | 106 | 0 | 20 | 11 | 246 | 117 | 74 |
| Binary | 1000111 | 11101001 | 11000100 | 1000110 | 0 | 10000 | 1001 | 10100110 | 1001111 | 111100 |
Color Harmonies of #47E9C4
Complementary color
Monochromatic Colors of #47E9C4
Black with #47E9C4
Text Example
Text Example
White with #47E9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E9C4; }
p { color: rgb(71,233,196); }
H1.HeaderClassName
{
color: #47E9C4;
}
.AnyTagClassName
{
color: #47E9C4;
}
</style>
background-color css
<style>
a { background-color: #47E9C4; }
a { background-color: rgb(71,233,196); }
div.DivClassName
{
background-color: #47E9C4;
}
.BgClassName
{
background-color: #47E9C4;
}
</style>
border-color css
<style>
span { border-color: #47E9C4; }
span { border-color: rgb(71,233,196); }
td.TdClassName
{
border-color: #47E9C4;
}
.TagClassName
{
border-color: #47E9C4;
}
</style>