Shades of Turquoise #47DFD3
Tints of Turquoise #47DFD3
RGB
CMYK
RGB Variations
Color information
#47DFD3 (or 0x47DFD3) is known color: Turquoise. HEX triplet: 47, DF and D3. RGB value is (71,223,211). Sum of RGB (Red+Green+Blue) = 71+223+211=505 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.06% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #47DFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DFD3 is #B8202C. Grayscale: #B0B0B0. Windows color (decimal): -12066861 or 13885255. OLE color: 13885255.
HSL color Cylindrical-coordinate representation of color #47DFD3: hue angle of 175.26º 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 #47DFD3 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 223 | 211 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.13 |
| HSL | 175.26º | 0.7% | 0.58% | - |
| HSV(B) | 175.26º | 0.68% | 0.87% | - |
| XYZ | 40.74 | 58.82 | 70.83 | - |
| YUV | 176.18 | 147.64 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 223 | 211 | 0.68 | 0 | 0.05 | 0.13 | 175.26 | 0.7 | 0.58 |
| Hex | 47 | DF | D3 | 44 | 0 | 5 | D | AF | 46 | 3A |
| Octal | 107 | 337 | 323 | 104 | 0 | 5 | 15 | 257 | 106 | 72 |
| Binary | 1000111 | 11011111 | 11010011 | 1000100 | 0 | 101 | 1101 | 10101111 | 1000110 | 111010 |
Color Harmonies of #47DFD3
Complementary color
Monochromatic Colors of #47DFD3
Black with #47DFD3
Text Example
Text Example
White with #47DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DFD3; }
p { color: rgb(71,223,211); }
H1.HeaderClassName
{
color: #47DFD3;
}
.AnyTagClassName
{
color: #47DFD3;
}
</style>
background-color css
<style>
a { background-color: #47DFD3; }
a { background-color: rgb(71,223,211); }
div.DivClassName
{
background-color: #47DFD3;
}
.BgClassName
{
background-color: #47DFD3;
}
</style>
border-color css
<style>
span { border-color: #47DFD3; }
span { border-color: rgb(71,223,211); }
td.TdClassName
{
border-color: #47DFD3;
}
.TagClassName
{
border-color: #47DFD3;
}
</style>