Shades of Turquoise #47E0CA
Tints of Turquoise #47E0CA
RGB
CMYK
RGB Variations
Color information
#47E0CA (or 0x47E0CA) is known color: Turquoise. HEX triplet: 47, E0 and CA. RGB value is (71,224,202). Sum of RGB (Red+Green+Blue) = 71+224+202=497 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.29% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #47E0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E0CA is #B81F35. Grayscale: #AFAFAF. Windows color (decimal): -12066614 or 13295687. OLE color: 13295687.
HSL color Cylindrical-coordinate representation of color #47E0CA: hue angle of 171.37º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47E0CA is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 224 | 202 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.12 |
| HSL | 171.37º | 0.71% | 0.58% | - |
| HSV(B) | 171.37º | 0.68% | 0.88% | - |
| XYZ | 39.91 | 58.92 | 65.15 | - |
| YUV | 175.75 | 142.81 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 224 | 202 | 0.68 | 0 | 0.10 | 0.12 | 171.37 | 0.71 | 0.58 |
| Hex | 47 | E0 | CA | 44 | 0 | A | C | AB | 47 | 3A |
| Octal | 107 | 340 | 312 | 104 | 0 | 12 | 14 | 253 | 107 | 72 |
| Binary | 1000111 | 11100000 | 11001010 | 1000100 | 0 | 1010 | 1100 | 10101011 | 1000111 | 111010 |
Color Harmonies of #47E0CA
Complementary color
Monochromatic Colors of #47E0CA
Black with #47E0CA
Text Example
Text Example
White with #47E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E0CA; }
p { color: rgb(71,224,202); }
H1.HeaderClassName
{
color: #47E0CA;
}
.AnyTagClassName
{
color: #47E0CA;
}
</style>
background-color css
<style>
a { background-color: #47E0CA; }
a { background-color: rgb(71,224,202); }
div.DivClassName
{
background-color: #47E0CA;
}
.BgClassName
{
background-color: #47E0CA;
}
</style>
border-color css
<style>
span { border-color: #47E0CA; }
span { border-color: rgb(71,224,202); }
td.TdClassName
{
border-color: #47E0CA;
}
.TagClassName
{
border-color: #47E0CA;
}
</style>