Shades of Turquoise #47DDDB
Tints of Turquoise #47DDDB
RGB
CMYK
RGB Variations
Color information
#47DDDB (or 0x47DDDB) is known color: Turquoise. HEX triplet: 47, DD and DB. RGB value is (71,221,219). Sum of RGB (Red+Green+Blue) = 71+221+219=511 (67% of max value = 765). Red value is 71 (28.12% from 255 or 13.89% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDDB is #B82224. Grayscale: #AFAFAF. Windows color (decimal): -12067365 or 14409031. OLE color: 14409031.
HSL color Cylindrical-coordinate representation of color #47DDDB: hue angle of 179.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 #47DDDB is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 221 | 219 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.13 |
| HSL | 179.2º | 0.69% | 0.57% | - |
| HSV(B) | 179.2º | 0.68% | 0.87% | - |
| XYZ | 41.24 | 58.17 | 76.07 | - |
| YUV | 175.92 | 152.31 | 53.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 221 | 219 | 0.68 | 0 | 0.01 | 0.13 | 179.2 | 0.69 | 0.57 |
| Hex | 47 | DD | DB | 44 | 0 | 1 | D | B3 | 45 | 39 |
| Octal | 107 | 335 | 333 | 104 | 0 | 1 | 15 | 263 | 105 | 71 |
| Binary | 1000111 | 11011101 | 11011011 | 1000100 | 0 | 1 | 1101 | 10110011 | 1000101 | 111001 |
Color Harmonies of #47DDDB
Complementary color
Monochromatic Colors of #47DDDB
Black with #47DDDB
Text Example
Text Example
White with #47DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DDDB; }
p { color: rgb(71,221,219); }
H1.HeaderClassName
{
color: #47DDDB;
}
.AnyTagClassName
{
color: #47DDDB;
}
</style>
background-color css
<style>
a { background-color: #47DDDB; }
a { background-color: rgb(71,221,219); }
div.DivClassName
{
background-color: #47DDDB;
}
.BgClassName
{
background-color: #47DDDB;
}
</style>
border-color css
<style>
span { border-color: #47DDDB; }
span { border-color: rgb(71,221,219); }
td.TdClassName
{
border-color: #47DDDB;
}
.TagClassName
{
border-color: #47DDDB;
}
</style>