Shades of Turquoise #47DDD2
Tints of Turquoise #47DDD2
RGB
CMYK
RGB Variations
Color information
#47DDD2 (or 0x47DDD2) is known color: Turquoise. HEX triplet: 47, DD and D2. RGB value is (71,221,210). Sum of RGB (Red+Green+Blue) = 71+221+210=502 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.14% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDD2 is #B8222D. Grayscale: #AEAEAE. Windows color (decimal): -12067374 or 13819207. OLE color: 13819207.
HSL color Cylindrical-coordinate representation of color #47DDD2: hue angle of 175.6º 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 #47DDD2 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 221 | 210 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.13 |
| HSL | 175.6º | 0.69% | 0.57% | - |
| HSV(B) | 175.6º | 0.68% | 0.87% | - |
| XYZ | 40.09 | 57.71 | 70 | - |
| YUV | 174.9 | 147.81 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 221 | 210 | 0.68 | 0 | 0.05 | 0.13 | 175.6 | 0.69 | 0.57 |
| Hex | 47 | DD | D2 | 44 | 0 | 5 | D | B0 | 45 | 39 |
| Octal | 107 | 335 | 322 | 104 | 0 | 5 | 15 | 260 | 105 | 71 |
| Binary | 1000111 | 11011101 | 11010010 | 1000100 | 0 | 101 | 1101 | 10110000 | 1000101 | 111001 |
Color Harmonies of #47DDD2
Complementary color
Monochromatic Colors of #47DDD2
Black with #47DDD2
Text Example
Text Example
White with #47DDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DDD2; }
p { color: rgb(71,221,210); }
H1.HeaderClassName
{
color: #47DDD2;
}
.AnyTagClassName
{
color: #47DDD2;
}
</style>
background-color css
<style>
a { background-color: #47DDD2; }
a { background-color: rgb(71,221,210); }
div.DivClassName
{
background-color: #47DDD2;
}
.BgClassName
{
background-color: #47DDD2;
}
</style>
border-color css
<style>
span { border-color: #47DDD2; }
span { border-color: rgb(71,221,210); }
td.TdClassName
{
border-color: #47DDD2;
}
.TagClassName
{
border-color: #47DDD2;
}
</style>