Shades of Medium Turquoise #47D7DF
Tints of Medium Turquoise #47D7DF
RGB
CMYK
RGB Variations
Color information
#47D7DF (or 0x47D7DF) is known color: Medium Turquoise. HEX triplet: 47, D7 and DF. RGB value is (71,215,223). Sum of RGB (Red+Green+Blue) = 71+215+223=509 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.95% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #47D7DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D7DF is #B82820. Grayscale: #ACACAC. Windows color (decimal): -12068897 or 14669639. OLE color: 14669639.
HSL color Cylindrical-coordinate representation of color #47D7DF: hue angle of 183.16º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47D7DF is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 215 | 223 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.13 |
| HSL | 183.16º | 0.7% | 0.58% | - |
| HSV(B) | 183.16º | 0.68% | 0.87% | - |
| XYZ | 40.22 | 55.27 | 78.36 | - |
| YUV | 172.86 | 156.29 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 215 | 223 | 0.68 | 0.04 | 0 | 0.13 | 183.16 | 0.7 | 0.58 |
| Hex | 47 | D7 | DF | 44 | 4 | 0 | D | B7 | 46 | 3A |
| Octal | 107 | 327 | 337 | 104 | 4 | 0 | 15 | 267 | 106 | 72 |
| Binary | 1000111 | 11010111 | 11011111 | 1000100 | 100 | 0 | 1101 | 10110111 | 1000110 | 111010 |
Color Harmonies of #47D7DF
Complementary color
Monochromatic Colors of #47D7DF
Black with #47D7DF
Text Example
Text Example
White with #47D7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D7DF; }
p { color: rgb(71,215,223); }
H1.HeaderClassName
{
color: #47D7DF;
}
.AnyTagClassName
{
color: #47D7DF;
}
</style>
background-color css
<style>
a { background-color: #47D7DF; }
a { background-color: rgb(71,215,223); }
div.DivClassName
{
background-color: #47D7DF;
}
.BgClassName
{
background-color: #47D7DF;
}
</style>
border-color css
<style>
span { border-color: #47D7DF; }
span { border-color: rgb(71,215,223); }
td.TdClassName
{
border-color: #47D7DF;
}
.TagClassName
{
border-color: #47D7DF;
}
</style>