Shades of Turquoise #47DDBC
Tints of Turquoise #47DDBC
RGB
CMYK
RGB Variations
Color information
#47DDBC (or 0x47DDBC) is known color: Turquoise. HEX triplet: 47, DD and BC. RGB value is (71,221,188). Sum of RGB (Red+Green+Blue) = 71+221+188=480 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.79% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDBC is #B82243. Grayscale: #ACACAC. Windows color (decimal): -12067396 or 12377415. OLE color: 12377415.
HSL color Cylindrical-coordinate representation of color #47DDBC: hue angle of 166.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DDBC is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 221 | 188 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.13 |
| HSL | 166.8º | 0.69% | 0.57% | - |
| HSV(B) | 166.8º | 0.68% | 0.87% | - |
| XYZ | 37.53 | 56.68 | 56.54 | - |
| YUV | 172.39 | 136.81 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 221 | 188 | 0.68 | 0 | 0.15 | 0.13 | 166.8 | 0.69 | 0.57 |
| Hex | 47 | DD | BC | 44 | 0 | F | D | A7 | 45 | 39 |
| Octal | 107 | 335 | 274 | 104 | 0 | 17 | 15 | 247 | 105 | 71 |
| Binary | 1000111 | 11011101 | 10111100 | 1000100 | 0 | 1111 | 1101 | 10100111 | 1000101 | 111001 |
Color Harmonies of #47DDBC
Complementary color
Monochromatic Colors of #47DDBC
Black with #47DDBC
Text Example
Text Example
White with #47DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DDBC; }
p { color: rgb(71,221,188); }
H1.HeaderClassName
{
color: #47DDBC;
}
.AnyTagClassName
{
color: #47DDBC;
}
</style>
background-color css
<style>
a { background-color: #47DDBC; }
a { background-color: rgb(71,221,188); }
div.DivClassName
{
background-color: #47DDBC;
}
.BgClassName
{
background-color: #47DDBC;
}
</style>
border-color css
<style>
span { border-color: #47DDBC; }
span { border-color: rgb(71,221,188); }
td.TdClassName
{
border-color: #47DDBC;
}
.TagClassName
{
border-color: #47DDBC;
}
</style>