Shades of Turquoise #47DFE8
Tints of Turquoise #47DFE8
RGB
CMYK
RGB Variations
Color information
#47DFE8 (or 0x47DFE8) is known color: Turquoise. HEX triplet: 47, DF and E8. RGB value is (71,223,232). Sum of RGB (Red+Green+Blue) = 71+223+232=526 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.50% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #47DFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DFE8 is #B82017. Grayscale: #B2B2B2. Windows color (decimal): -12066840 or 15261511. OLE color: 15261511.
HSL color Cylindrical-coordinate representation of color #47DFE8: hue angle of 183.35º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47DFE8 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 223 | 232 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.09 |
| HSL | 183.35º | 0.78% | 0.59% | - |
| HSV(B) | 183.35º | 0.69% | 0.91% | - |
| XYZ | 43.55 | 59.94 | 85.62 | - |
| YUV | 178.58 | 158.14 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 223 | 232 | 0.69 | 0.04 | 0 | 0.09 | 183.35 | 0.78 | 0.59 |
| Hex | 47 | DF | E8 | 45 | 4 | 0 | 9 | B7 | 4E | 3B |
| Octal | 107 | 337 | 350 | 105 | 4 | 0 | 11 | 267 | 116 | 73 |
| Binary | 1000111 | 11011111 | 11101000 | 1000101 | 100 | 0 | 1001 | 10110111 | 1001110 | 111011 |
Color Harmonies of #47DFE8
Complementary color
Monochromatic Colors of #47DFE8
Black with #47DFE8
Text Example
Text Example
White with #47DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DFE8; }
p { color: rgb(71,223,232); }
H1.HeaderClassName
{
color: #47DFE8;
}
.AnyTagClassName
{
color: #47DFE8;
}
</style>
background-color css
<style>
a { background-color: #47DFE8; }
a { background-color: rgb(71,223,232); }
div.DivClassName
{
background-color: #47DFE8;
}
.BgClassName
{
background-color: #47DFE8;
}
</style>
border-color css
<style>
span { border-color: #47DFE8; }
span { border-color: rgb(71,223,232); }
td.TdClassName
{
border-color: #47DFE8;
}
.TagClassName
{
border-color: #47DFE8;
}
</style>