Shades of Turquoise #47E0CB
Tints of Turquoise #47E0CB
RGB
CMYK
RGB Variations
Color information
#47E0CB (or 0x47E0CB) is known color: Turquoise. HEX triplet: 47, E0 and CB. RGB value is (71,224,203). Sum of RGB (Red+Green+Blue) = 71+224+203=498 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.26% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #47E0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47E0CB is #B81F34. Grayscale: #AFAFAF. Windows color (decimal): -12066613 or 13361223. OLE color: 13361223.
HSL color Cylindrical-coordinate representation of color #47E0CB: hue angle of 171.76º 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 #47E0CB is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 224 | 203 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.12 |
| HSL | 171.76º | 0.71% | 0.58% | - |
| HSV(B) | 171.76º | 0.68% | 0.88% | - |
| XYZ | 40.03 | 58.96 | 65.77 | - |
| YUV | 175.86 | 143.31 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 224 | 203 | 0.68 | 0 | 0.09 | 0.12 | 171.76 | 0.71 | 0.58 |
| Hex | 47 | E0 | CB | 44 | 0 | 9 | C | AC | 47 | 3A |
| Octal | 107 | 340 | 313 | 104 | 0 | 11 | 14 | 254 | 107 | 72 |
| Binary | 1000111 | 11100000 | 11001011 | 1000100 | 0 | 1001 | 1100 | 10101100 | 1000111 | 111010 |
Color Harmonies of #47E0CB
Complementary color
Monochromatic Colors of #47E0CB
Black with #47E0CB
Text Example
Text Example
White with #47E0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E0CB; }
p { color: rgb(71,224,203); }
H1.HeaderClassName
{
color: #47E0CB;
}
.AnyTagClassName
{
color: #47E0CB;
}
</style>
background-color css
<style>
a { background-color: #47E0CB; }
a { background-color: rgb(71,224,203); }
div.DivClassName
{
background-color: #47E0CB;
}
.BgClassName
{
background-color: #47E0CB;
}
</style>
border-color css
<style>
span { border-color: #47E0CB; }
span { border-color: rgb(71,224,203); }
td.TdClassName
{
border-color: #47E0CB;
}
.TagClassName
{
border-color: #47E0CB;
}
</style>