Shades of Medium Turquoise #47DAB8
Tints of Medium Turquoise #47DAB8
RGB
CMYK
RGB Variations
Color information
#47DAB8 (or 0x47DAB8) is known color: Medium Turquoise. HEX triplet: 47, DA and B8. RGB value is (71,218,184). Sum of RGB (Red+Green+Blue) = 71+218+184=473 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.01% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #47DAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DAB8 is #B82547. Grayscale: #AAAAAA. Windows color (decimal): -12068168 or 12114503. OLE color: 12114503.
HSL color Cylindrical-coordinate representation of color #47DAB8: hue angle of 166.12º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47DAB8 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 218 | 184 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.15 |
| HSL | 166.12º | 0.67% | 0.57% | - |
| HSV(B) | 166.12º | 0.67% | 0.85% | - |
| XYZ | 36.32 | 54.94 | 54.04 | - |
| YUV | 170.17 | 135.8 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 218 | 184 | 0.67 | 0 | 0.16 | 0.15 | 166.12 | 0.67 | 0.57 |
| Hex | 47 | DA | B8 | 43 | 0 | 10 | F | A6 | 43 | 39 |
| Octal | 107 | 332 | 270 | 103 | 0 | 20 | 17 | 246 | 103 | 71 |
| Binary | 1000111 | 11011010 | 10111000 | 1000011 | 0 | 10000 | 1111 | 10100110 | 1000011 | 111001 |
Color Harmonies of #47DAB8
Complementary color
Monochromatic Colors of #47DAB8
Black with #47DAB8
Text Example
Text Example
White with #47DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DAB8; }
p { color: rgb(71,218,184); }
H1.HeaderClassName
{
color: #47DAB8;
}
.AnyTagClassName
{
color: #47DAB8;
}
</style>
background-color css
<style>
a { background-color: #47DAB8; }
a { background-color: rgb(71,218,184); }
div.DivClassName
{
background-color: #47DAB8;
}
.BgClassName
{
background-color: #47DAB8;
}
</style>
border-color css
<style>
span { border-color: #47DAB8; }
span { border-color: rgb(71,218,184); }
td.TdClassName
{
border-color: #47DAB8;
}
.TagClassName
{
border-color: #47DAB8;
}
</style>