Shades of Turquoise #47DFE1
Tints of Turquoise #47DFE1
RGB
CMYK
RGB Variations
Color information
#47DFE1 (or 0x47DFE1) is known color: Turquoise. HEX triplet: 47, DF and E1. RGB value is (71,223,225). Sum of RGB (Red+Green+Blue) = 71+223+225=519 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.68% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #47DFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47DFE1 is #B8201E. Grayscale: #B1B1B1. Windows color (decimal): -12066847 or 14802759. OLE color: 14802759.
HSL color Cylindrical-coordinate representation of color #47DFE1: hue angle of 180.78º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DFE1 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 223 | 225 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.12 |
| HSL | 180.78º | 0.72% | 0.58% | - |
| HSV(B) | 180.78º | 0.68% | 0.88% | - |
| XYZ | 42.58 | 59.55 | 80.48 | - |
| YUV | 177.78 | 154.64 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 223 | 225 | 0.68 | 0.01 | 0 | 0.12 | 180.78 | 0.72 | 0.58 |
| Hex | 47 | DF | E1 | 44 | 1 | 0 | C | B5 | 48 | 3A |
| Octal | 107 | 337 | 341 | 104 | 1 | 0 | 14 | 265 | 110 | 72 |
| Binary | 1000111 | 11011111 | 11100001 | 1000100 | 1 | 0 | 1100 | 10110101 | 1001000 | 111010 |
Color Harmonies of #47DFE1
Complementary color
Monochromatic Colors of #47DFE1
Black with #47DFE1
Text Example
Text Example
White with #47DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DFE1; }
p { color: rgb(71,223,225); }
H1.HeaderClassName
{
color: #47DFE1;
}
.AnyTagClassName
{
color: #47DFE1;
}
</style>
background-color css
<style>
a { background-color: #47DFE1; }
a { background-color: rgb(71,223,225); }
div.DivClassName
{
background-color: #47DFE1;
}
.BgClassName
{
background-color: #47DFE1;
}
</style>
border-color css
<style>
span { border-color: #47DFE1; }
span { border-color: rgb(71,223,225); }
td.TdClassName
{
border-color: #47DFE1;
}
.TagClassName
{
border-color: #47DFE1;
}
</style>