Shades of Turquoise #47DDDF
Tints of Turquoise #47DDDF
RGB
CMYK
RGB Variations
Color information
#47DDDF (or 0x47DDDF) is known color: Turquoise. HEX triplet: 47, DD and DF. RGB value is (71,221,223). Sum of RGB (Red+Green+Blue) = 71+221+223=515 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.79% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #47DDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DDDF is #B82220. Grayscale: #B0B0B0. Windows color (decimal): -12067361 or 14671175. OLE color: 14671175.
HSL color Cylindrical-coordinate representation of color #47DDDF: hue angle of 180.79º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DDDF is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 221 | 223 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.13 |
| HSL | 180.79º | 0.7% | 0.58% | - |
| HSV(B) | 180.79º | 0.68% | 0.87% | - |
| XYZ | 41.77 | 58.38 | 78.88 | - |
| YUV | 176.38 | 154.31 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 221 | 223 | 0.68 | 0.01 | 0 | 0.13 | 180.79 | 0.7 | 0.58 |
| Hex | 47 | DD | DF | 44 | 1 | 0 | D | B5 | 46 | 3A |
| Octal | 107 | 335 | 337 | 104 | 1 | 0 | 15 | 265 | 106 | 72 |
| Binary | 1000111 | 11011101 | 11011111 | 1000100 | 1 | 0 | 1101 | 10110101 | 1000110 | 111010 |
Color Harmonies of #47DDDF
Complementary color
Monochromatic Colors of #47DDDF
Black with #47DDDF
Text Example
Text Example
White with #47DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DDDF; }
p { color: rgb(71,221,223); }
H1.HeaderClassName
{
color: #47DDDF;
}
.AnyTagClassName
{
color: #47DDDF;
}
</style>
background-color css
<style>
a { background-color: #47DDDF; }
a { background-color: rgb(71,221,223); }
div.DivClassName
{
background-color: #47DDDF;
}
.BgClassName
{
background-color: #47DDDF;
}
</style>
border-color css
<style>
span { border-color: #47DDDF; }
span { border-color: rgb(71,221,223); }
td.TdClassName
{
border-color: #47DDDF;
}
.TagClassName
{
border-color: #47DDDF;
}
</style>