Shades of Medium Turquoise #47D8BC
Tints of Medium Turquoise #47D8BC
RGB
CMYK
RGB Variations
Color information
#47D8BC (or 0x47D8BC) is known color: Medium Turquoise. HEX triplet: 47, D8 and BC. RGB value is (71,216,188). Sum of RGB (Red+Green+Blue) = 71+216+188=475 (62% of max value = 765). Red value is 71 (28.12% from 255 or 14.95% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #47D8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D8BC is #B82743. Grayscale: #A9A9A9. Windows color (decimal): -12068676 or 12376135. OLE color: 12376135.
HSL color Cylindrical-coordinate representation of color #47D8BC: hue angle of 168.41º 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 #47D8BC is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 216 | 188 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.15 |
| HSL | 168.41º | 0.65% | 0.56% | - |
| HSV(B) | 168.41º | 0.67% | 0.85% | - |
| XYZ | 36.23 | 54.08 | 56.11 | - |
| YUV | 169.45 | 138.46 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 216 | 188 | 0.67 | 0 | 0.13 | 0.15 | 168.41 | 0.65 | 0.56 |
| Hex | 47 | D8 | BC | 43 | 0 | D | F | A8 | 41 | 38 |
| Octal | 107 | 330 | 274 | 103 | 0 | 15 | 17 | 250 | 101 | 70 |
| Binary | 1000111 | 11011000 | 10111100 | 1000011 | 0 | 1101 | 1111 | 10101000 | 1000001 | 111000 |
Color Harmonies of #47D8BC
Complementary color
Monochromatic Colors of #47D8BC
Black with #47D8BC
Text Example
Text Example
White with #47D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D8BC; }
p { color: rgb(71,216,188); }
H1.HeaderClassName
{
color: #47D8BC;
}
.AnyTagClassName
{
color: #47D8BC;
}
</style>
background-color css
<style>
a { background-color: #47D8BC; }
a { background-color: rgb(71,216,188); }
div.DivClassName
{
background-color: #47D8BC;
}
.BgClassName
{
background-color: #47D8BC;
}
</style>
border-color css
<style>
span { border-color: #47D8BC; }
span { border-color: rgb(71,216,188); }
td.TdClassName
{
border-color: #47D8BC;
}
.TagClassName
{
border-color: #47D8BC;
}
</style>