Shades of Turquoise #47DFD2
Tints of Turquoise #47DFD2
RGB
CMYK
RGB Variations
Color information
#47DFD2 (or 0x47DFD2) is known color: Turquoise. HEX triplet: 47, DF and D2. RGB value is (71,223,210). Sum of RGB (Red+Green+Blue) = 71+223+210=504 (66% of max value = 765). Red value is 71 (28.12% from 255 or 14.09% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #47DFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DFD2 is #B8202D. Grayscale: #AFAFAF. Windows color (decimal): -12066862 or 13819719. OLE color: 13819719.
HSL color Cylindrical-coordinate representation of color #47DFD2: hue angle of 174.87º 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 #47DFD2 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 223 | 210 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.13 |
| HSL | 174.87º | 0.7% | 0.58% | - |
| HSV(B) | 174.87º | 0.68% | 0.87% | - |
| XYZ | 40.62 | 58.77 | 70.18 | - |
| YUV | 176.07 | 147.14 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 223 | 210 | 0.68 | 0 | 0.06 | 0.13 | 174.87 | 0.7 | 0.58 |
| Hex | 47 | DF | D2 | 44 | 0 | 6 | D | AF | 46 | 3A |
| Octal | 107 | 337 | 322 | 104 | 0 | 6 | 15 | 257 | 106 | 72 |
| Binary | 1000111 | 11011111 | 11010010 | 1000100 | 0 | 110 | 1101 | 10101111 | 1000110 | 111010 |
Color Harmonies of #47DFD2
Complementary color
Monochromatic Colors of #47DFD2
Black with #47DFD2
Text Example
Text Example
White with #47DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DFD2; }
p { color: rgb(71,223,210); }
H1.HeaderClassName
{
color: #47DFD2;
}
.AnyTagClassName
{
color: #47DFD2;
}
</style>
background-color css
<style>
a { background-color: #47DFD2; }
a { background-color: rgb(71,223,210); }
div.DivClassName
{
background-color: #47DFD2;
}
.BgClassName
{
background-color: #47DFD2;
}
</style>
border-color css
<style>
span { border-color: #47DFD2; }
span { border-color: rgb(71,223,210); }
td.TdClassName
{
border-color: #47DFD2;
}
.TagClassName
{
border-color: #47DFD2;
}
</style>