Shades of Medium Turquoise #47C7DF
Tints of Medium Turquoise #47C7DF
RGB
CMYK
RGB Variations
Color information
#47C7DF (or 0x47C7DF) is known color: Medium Turquoise. HEX triplet: 47, C7 and DF. RGB value is (71,199,223). Sum of RGB (Red+Green+Blue) = 71+199+223=493 (65% of max value = 765). Red value is 71 (28.12% from 255 or 14.40% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #47C7DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47C7DF is #B83820. Grayscale: #A3A3A3. Windows color (decimal): -12072993 or 14665543. OLE color: 14665543.
HSL color Cylindrical-coordinate representation of color #47C7DF: hue angle of 189.47º 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 #47C7DF is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 199 | 223 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.13 |
| HSL | 189.47º | 0.7% | 0.58% | - |
| HSV(B) | 189.47º | 0.68% | 0.87% | - |
| XYZ | 36.34 | 47.51 | 77.07 | - |
| YUV | 163.46 | 161.59 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 199 | 223 | 0.68 | 0.11 | 0 | 0.13 | 189.47 | 0.7 | 0.58 |
| Hex | 47 | C7 | DF | 44 | B | 0 | D | BD | 46 | 3A |
| Octal | 107 | 307 | 337 | 104 | 13 | 0 | 15 | 275 | 106 | 72 |
| Binary | 1000111 | 11000111 | 11011111 | 1000100 | 1011 | 0 | 1101 | 10111101 | 1000110 | 111010 |
Color Harmonies of #47C7DF
Complementary color
Monochromatic Colors of #47C7DF
Black with #47C7DF
Text Example
Text Example
White with #47C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C7DF; }
p { color: rgb(71,199,223); }
H1.HeaderClassName
{
color: #47C7DF;
}
.AnyTagClassName
{
color: #47C7DF;
}
</style>
background-color css
<style>
a { background-color: #47C7DF; }
a { background-color: rgb(71,199,223); }
div.DivClassName
{
background-color: #47C7DF;
}
.BgClassName
{
background-color: #47C7DF;
}
</style>
border-color css
<style>
span { border-color: #47C7DF; }
span { border-color: rgb(71,199,223); }
td.TdClassName
{
border-color: #47C7DF;
}
.TagClassName
{
border-color: #47C7DF;
}
</style>