Shades of Turquoise #47DDBD
Tints of Turquoise #47DDBD
RGB
CMYK
RGB Variations
Color information
#47DDBD (or 0x47DDBD) is known color: Turquoise. HEX triplet: 47, DD and BD. RGB value is (71,221,189). Sum of RGB (Red+Green+Blue) = 71+221+189=481 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.76% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDBD is #B82242. Grayscale: #ACACAC. Windows color (decimal): -12067395 or 12442951. OLE color: 12442951.
HSL color Cylindrical-coordinate representation of color #47DDBD: hue angle of 167.2º 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 #47DDBD is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 221 | 189 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.13 |
| HSL | 167.2º | 0.69% | 0.57% | - |
| HSV(B) | 167.2º | 0.68% | 0.87% | - |
| XYZ | 37.64 | 56.73 | 57.11 | - |
| YUV | 172.5 | 137.31 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 221 | 189 | 0.68 | 0 | 0.14 | 0.13 | 167.2 | 0.69 | 0.57 |
| Hex | 47 | DD | BD | 44 | 0 | E | D | A7 | 45 | 39 |
| Octal | 107 | 335 | 275 | 104 | 0 | 16 | 15 | 247 | 105 | 71 |
| Binary | 1000111 | 11011101 | 10111101 | 1000100 | 0 | 1110 | 1101 | 10100111 | 1000101 | 111001 |
Color Harmonies of #47DDBD
Complementary color
Monochromatic Colors of #47DDBD
Black with #47DDBD
Text Example
Text Example
White with #47DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DDBD; }
p { color: rgb(71,221,189); }
H1.HeaderClassName
{
color: #47DDBD;
}
.AnyTagClassName
{
color: #47DDBD;
}
</style>
background-color css
<style>
a { background-color: #47DDBD; }
a { background-color: rgb(71,221,189); }
div.DivClassName
{
background-color: #47DDBD;
}
.BgClassName
{
background-color: #47DDBD;
}
</style>
border-color css
<style>
span { border-color: #47DDBD; }
span { border-color: rgb(71,221,189); }
td.TdClassName
{
border-color: #47DDBD;
}
.TagClassName
{
border-color: #47DDBD;
}
</style>