Shades of Medium Turquoise #47D6CC
Tints of Medium Turquoise #47D6CC
RGB
CMYK
RGB Variations
Color information
#47D6CC (or 0x47D6CC) is known color: Medium Turquoise. HEX triplet: 47, D6 and CC. RGB value is (71,214,204). Sum of RGB (Red+Green+Blue) = 71+214+204=489 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.52% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #47D6CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47D6CC is #B82933. Grayscale: #AAAAAA. Windows color (decimal): -12069172 or 13424199. OLE color: 13424199.
HSL color Cylindrical-coordinate representation of color #47D6CC: hue angle of 175.8º 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 #47D6CC is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 214 | 204 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.16 |
| HSL | 175.8º | 0.64% | 0.56% | - |
| HSV(B) | 175.8º | 0.67% | 0.84% | - |
| XYZ | 37.54 | 53.79 | 65.53 | - |
| YUV | 170.1 | 147.12 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 214 | 204 | 0.67 | 0 | 0.05 | 0.16 | 175.8 | 0.64 | 0.56 |
| Hex | 47 | D6 | CC | 43 | 0 | 5 | 10 | B0 | 40 | 38 |
| Octal | 107 | 326 | 314 | 103 | 0 | 5 | 20 | 260 | 100 | 70 |
| Binary | 1000111 | 11010110 | 11001100 | 1000011 | 0 | 101 | 10000 | 10110000 | 1000000 | 111000 |
Color Harmonies of #47D6CC
Complementary color
Monochromatic Colors of #47D6CC
Black with #47D6CC
Text Example
Text Example
White with #47D6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D6CC; }
p { color: rgb(71,214,204); }
H1.HeaderClassName
{
color: #47D6CC;
}
.AnyTagClassName
{
color: #47D6CC;
}
</style>
background-color css
<style>
a { background-color: #47D6CC; }
a { background-color: rgb(71,214,204); }
div.DivClassName
{
background-color: #47D6CC;
}
.BgClassName
{
background-color: #47D6CC;
}
</style>
border-color css
<style>
span { border-color: #47D6CC; }
span { border-color: rgb(71,214,204); }
td.TdClassName
{
border-color: #47D6CC;
}
.TagClassName
{
border-color: #47D6CC;
}
</style>