Shades of Medium Turquoise #47D8B2
Tints of Medium Turquoise #47D8B2
RGB
CMYK
RGB Variations
Color information
#47D8B2 (or 0x47D8B2) is known color: Medium Turquoise. HEX triplet: 47, D8 and B2. RGB value is (71,216,178). Sum of RGB (Red+Green+Blue) = 71+216+178=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #47D8B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47D8B2 is #B8274D. Grayscale: #A8A8A8. Windows color (decimal): -12068686 or 11720775. OLE color: 11720775.
HSL color Cylindrical-coordinate representation of color #47D8B2: hue angle of 164.28º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D8B2 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 216 | 178 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.15 |
| HSL | 164.28º | 0.65% | 0.56% | - |
| HSV(B) | 164.28º | 0.67% | 0.85% | - |
| XYZ | 35.19 | 53.67 | 50.62 | - |
| YUV | 168.31 | 133.46 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 216 | 178 | 0.67 | 0 | 0.18 | 0.15 | 164.28 | 0.65 | 0.56 |
| Hex | 47 | D8 | B2 | 43 | 0 | 12 | F | A4 | 41 | 38 |
| Octal | 107 | 330 | 262 | 103 | 0 | 22 | 17 | 244 | 101 | 70 |
| Binary | 1000111 | 11011000 | 10110010 | 1000011 | 0 | 10010 | 1111 | 10100100 | 1000001 | 111000 |
Color Harmonies of #47D8B2
Complementary color
Monochromatic Colors of #47D8B2
Black with #47D8B2
Text Example
Text Example
White with #47D8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D8B2; }
p { color: rgb(71,216,178); }
H1.HeaderClassName
{
color: #47D8B2;
}
.AnyTagClassName
{
color: #47D8B2;
}
</style>
background-color css
<style>
a { background-color: #47D8B2; }
a { background-color: rgb(71,216,178); }
div.DivClassName
{
background-color: #47D8B2;
}
.BgClassName
{
background-color: #47D8B2;
}
</style>
border-color css
<style>
span { border-color: #47D8B2; }
span { border-color: rgb(71,216,178); }
td.TdClassName
{
border-color: #47D8B2;
}
.TagClassName
{
border-color: #47D8B2;
}
</style>