Shades of Medium Turquoise #47D6BB
Tints of Medium Turquoise #47D6BB
RGB
CMYK
RGB Variations
Color information
#47D6BB (or 0x47D6BB) is known color: Medium Turquoise. HEX triplet: 47, D6 and BB. RGB value is (71,214,187). Sum of RGB (Red+Green+Blue) = 71+214+187=472 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.04% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #47D6BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D6BB is #B82944. Grayscale: #A8A8A8. Windows color (decimal): -12069189 or 12310087. OLE color: 12310087.
HSL color Cylindrical-coordinate representation of color #47D6BB: hue angle of 168.67º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D6BB is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 214 | 187 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.16 |
| HSL | 168.67º | 0.64% | 0.56% | - |
| HSV(B) | 168.67º | 0.67% | 0.84% | - |
| XYZ | 35.61 | 53.02 | 55.37 | - |
| YUV | 168.17 | 138.62 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 214 | 187 | 0.67 | 0 | 0.13 | 0.16 | 168.67 | 0.64 | 0.56 |
| Hex | 47 | D6 | BB | 43 | 0 | D | 10 | A9 | 40 | 38 |
| Octal | 107 | 326 | 273 | 103 | 0 | 15 | 20 | 251 | 100 | 70 |
| Binary | 1000111 | 11010110 | 10111011 | 1000011 | 0 | 1101 | 10000 | 10101001 | 1000000 | 111000 |
Color Harmonies of #47D6BB
Complementary color
Monochromatic Colors of #47D6BB
Black with #47D6BB
Text Example
Text Example
White with #47D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D6BB; }
p { color: rgb(71,214,187); }
H1.HeaderClassName
{
color: #47D6BB;
}
.AnyTagClassName
{
color: #47D6BB;
}
</style>
background-color css
<style>
a { background-color: #47D6BB; }
a { background-color: rgb(71,214,187); }
div.DivClassName
{
background-color: #47D6BB;
}
.BgClassName
{
background-color: #47D6BB;
}
</style>
border-color css
<style>
span { border-color: #47D6BB; }
span { border-color: rgb(71,214,187); }
td.TdClassName
{
border-color: #47D6BB;
}
.TagClassName
{
border-color: #47D6BB;
}
</style>