Shades of Turquoise #47DFE7
Tints of Turquoise #47DFE7
RGB
CMYK
RGB Variations
Color information
#47DFE7 (or 0x47DFE7) is known color: Turquoise. HEX triplet: 47, DF and E7. RGB value is (71,223,231). Sum of RGB (Red+Green+Blue) = 71+223+231=525 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.52% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #47DFE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47DFE7 is #B82018. Grayscale: #B2B2B2. Windows color (decimal): -12066841 or 15195975. OLE color: 15195975.
HSL color Cylindrical-coordinate representation of color #47DFE7: hue angle of 183º degrees, saturation: 0.77, 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 #47DFE7 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 223 | 231 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.09 |
| HSL | 183º | 0.77% | 0.59% | - |
| HSV(B) | 183º | 0.69% | 0.91% | - |
| XYZ | 43.41 | 59.88 | 84.87 | - |
| YUV | 178.46 | 157.64 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 223 | 231 | 0.69 | 0.03 | 0 | 0.09 | 183 | 0.77 | 0.59 |
| Hex | 47 | DF | E7 | 45 | 3 | 0 | 9 | B7 | 4D | 3B |
| Octal | 107 | 337 | 347 | 105 | 3 | 0 | 11 | 267 | 115 | 73 |
| Binary | 1000111 | 11011111 | 11100111 | 1000101 | 11 | 0 | 1001 | 10110111 | 1001101 | 111011 |
Color Harmonies of #47DFE7
Complementary color
Monochromatic Colors of #47DFE7
Black with #47DFE7
Text Example
Text Example
White with #47DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47DFE7; }
p { color: rgb(71,223,231); }
H1.HeaderClassName
{
color: #47DFE7;
}
.AnyTagClassName
{
color: #47DFE7;
}
</style>
background-color css
<style>
a { background-color: #47DFE7; }
a { background-color: rgb(71,223,231); }
div.DivClassName
{
background-color: #47DFE7;
}
.BgClassName
{
background-color: #47DFE7;
}
</style>
border-color css
<style>
span { border-color: #47DFE7; }
span { border-color: rgb(71,223,231); }
td.TdClassName
{
border-color: #47DFE7;
}
.TagClassName
{
border-color: #47DFE7;
}
</style>