HEX: #47D4CC
RGB: (71,212,204)
#47D4CC contains mainly green and blue colors. Web safe color of #47D4CC is #33CCCC (or #3CC).
#47D4CC color RGB value is (71,212,204).
RGB: (71,212,204)
(28%, 83%, 80%)
R 71 of 255 = 28%
G 212 of 255 = 83%
B 204 of 255 = 80%
R + G + B ~ 64%. #47D4CC is quite light color.
R + G + B = 71 + 212 + 204 = 487 (100%)
R 71 of 487 ~ 14.58%
G 212 of 487 ~ 43.53%
B 204 of 487 ~ 41.89'%
#47D4CC color CMYK value is (67,0,4,17).
CMYK: (67,0,4,17)
C67M0Y4K17 (67%, 0%, 4%, 17%)
(0.67 / 0.00 / 0.04 / 0.17)
Color #47D4CC in popluar color models
47 | D4 | CC | |
---|---|---|---|
RGB | 71 | 212 | 204 |
HSL | 177° | 62.11% | 55.49% |
HSB/HSV | 177° | 66.51% | 83.14% |
CMYK | 66.51% | 0.00% | 3.77% |
16.86% |
Color #47D4CC in popluar number systems.
HEX | 47 | D4 | CC |
Decimal | 71 | 212 | 204 |
Binary | 1000111 | 11010100 | 11001100 |
Octal | 107 | 324 | 314 |
Shades of #47D4CC
Tints of #47D4CC
Examples of css and html codes for elements with #47D4CC color. Also use rgb(71,212,204) instead hex code.
.myTextColor { color: #47D4CC; }
<p style="color:#47D4CC">This sample text font color is #47D4CC.</p>
This text font color is #47D4CC.
.myBgColor { background-color: #47D4CC; }
<div style="background-color:#47D4CC">Inner text</div>
This div background color is #47D4CC.
.myBorderColor { border: 1px solid #47D4CC; }
<div style="border:3px solid #47D4CC">Div</div>
This div border color is #47D4CC.
.myOpacity80 { color: #47D4CC; opacity: 0.8; }
<p style="color:#47D4CC;opacity:0.8;">80%</p>
Text with #47D4CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47D4CC;}
<p style="text-shadow: 3px 3px 1px #47D4CC">Text here.</p>
This text has shadow with #47D4CC color.
.textShadow {text-shadow: 3px 3px 1px #47D4CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47D4CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #47D4CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47D4CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47D4CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #47D4CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47D4CC;
-webkit-box-shadow: 1px 1px 3px 2px #47D4CC;
box-shadow: 1px 1px 3px 2px #47D4CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47D4CC; -webkit-box-shadow: 1px 1px 3px 2px #47D4CC; box-shadow:1px 1px 3px 2px #47D4CC;">
Div content here
</div>
This text has color #47D4CC on black background.
This text has color #47D4CC on white background.
This text has black color on #47D4CC background.
This text has white color on #47D4CC background.
Complementary color for #hex is #B82B33.