Shades of Medium Turquoise #47D7E2
Tints of Medium Turquoise #47D7E2
RGB
CMYK
RGB Variations
Color information
#47D7E2 (or 0x47D7E2) is known color: Medium Turquoise. HEX triplet: 47, D7 and E2. RGB value is (71,215,226). Sum of RGB (Red+Green+Blue) = 71+215+226=512 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.87% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 226 - color contains mainly: blue. Hex color #47D7E2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D7E2 is #B8281D. Grayscale: #ADADAD. Windows color (decimal): -12068894 or 14866247. OLE color: 14866247.
HSL color Cylindrical-coordinate representation of color #47D7E2: hue angle of 184.26º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47D7E2 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 215 | 226 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.11 |
| HSL | 184.26º | 0.73% | 0.58% | - |
| HSV(B) | 184.26º | 0.69% | 0.89% | - |
| XYZ | 40.63 | 55.43 | 80.51 | - |
| YUV | 173.2 | 157.79 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 215 | 226 | 0.69 | 0.05 | 0 | 0.11 | 184.26 | 0.73 | 0.58 |
| Hex | 47 | D7 | E2 | 45 | 5 | 0 | B | B8 | 49 | 3A |
| Octal | 107 | 327 | 342 | 105 | 5 | 0 | 13 | 270 | 111 | 72 |
| Binary | 1000111 | 11010111 | 11100010 | 1000101 | 101 | 0 | 1011 | 10111000 | 1001001 | 111010 |
Color Harmonies of #47D7E2
Complementary color
Monochromatic Colors of #47D7E2
Black with #47D7E2
Text Example
Text Example
White with #47D7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D7E2; }
p { color: rgb(71,215,226); }
H1.HeaderClassName
{
color: #47D7E2;
}
.AnyTagClassName
{
color: #47D7E2;
}
</style>
background-color css
<style>
a { background-color: #47D7E2; }
a { background-color: rgb(71,215,226); }
div.DivClassName
{
background-color: #47D7E2;
}
.BgClassName
{
background-color: #47D7E2;
}
</style>
border-color css
<style>
span { border-color: #47D7E2; }
span { border-color: rgb(71,215,226); }
td.TdClassName
{
border-color: #47D7E2;
}
.TagClassName
{
border-color: #47D7E2;
}
</style>