Shades of Turquoise #47DDC6
Tints of Turquoise #47DDC6
RGB
CMYK
RGB Variations
Color information
#47DDC6 (or 0x47DDC6) is known color: Turquoise. HEX triplet: 47, DD and C6. RGB value is (71,221,198). Sum of RGB (Red+Green+Blue) = 71+221+198=490 (64% of max value = 765). Red value is 71 (28.12% from 255 or 14.49% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #47DDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDC6 is #B82239. Grayscale: #ADADAD. Windows color (decimal): -12067386 or 13032775. OLE color: 13032775.
HSL color Cylindrical-coordinate representation of color #47DDC6: hue angle of 170.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 #47DDC6 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 221 | 198 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.13 |
| HSL | 170.8º | 0.69% | 0.57% | - |
| HSV(B) | 170.8º | 0.68% | 0.87% | - |
| XYZ | 38.65 | 57.13 | 62.42 | - |
| YUV | 173.53 | 141.81 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 221 | 198 | 0.68 | 0 | 0.10 | 0.13 | 170.8 | 0.69 | 0.57 |
| Hex | 47 | DD | C6 | 44 | 0 | A | D | AB | 45 | 39 |
| Octal | 107 | 335 | 306 | 104 | 0 | 12 | 15 | 253 | 105 | 71 |
| Binary | 1000111 | 11011101 | 11000110 | 1000100 | 0 | 1010 | 1101 | 10101011 | 1000101 | 111001 |
Color Harmonies of #47DDC6
Complementary color
Monochromatic Colors of #47DDC6
Black with #47DDC6
Text Example
Text Example
White with #47DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DDC6; }
p { color: rgb(71,221,198); }
H1.HeaderClassName
{
color: #47DDC6;
}
.AnyTagClassName
{
color: #47DDC6;
}
</style>
background-color css
<style>
a { background-color: #47DDC6; }
a { background-color: rgb(71,221,198); }
div.DivClassName
{
background-color: #47DDC6;
}
.BgClassName
{
background-color: #47DDC6;
}
</style>
border-color css
<style>
span { border-color: #47DDC6; }
span { border-color: rgb(71,221,198); }
td.TdClassName
{
border-color: #47DDC6;
}
.TagClassName
{
border-color: #47DDC6;
}
</style>