Shades of Turquoise #47FFD7
Tints of Turquoise #47FFD7
RGB
CMYK
RGB Variations
Color information
#47FFD7 (or 0x47FFD7) is known color: Turquoise. HEX triplet: 47, FF and D7. RGB value is (71,255,215). Sum of RGB (Red+Green+Blue) = 71+255+215=541 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.12% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFD7 is #B80028. Grayscale: #C3C3C3. Windows color (decimal): -12058665 or 14155591. OLE color: 14155591.
HSL color Cylindrical-coordinate representation of color #47FFD7: hue angle of 166.96º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FFD7 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 215 | - |
| CMYK | 0.72 | 0 | 0.16 | 0 |
| HSL | 166.96º | 1% | 0.64% | - |
| HSV(B) | 166.96º | 0.72% | 1% | - |
| XYZ | 50.62 | 77.77 | 76.63 | - |
| YUV | 195.42 | 139.04 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 215 | 0.72 | 0 | 0.16 | 0 | 166.96 | 1 | 0.64 |
| Hex | 47 | FF | D7 | 48 | 0 | 10 | 0 | A7 | 64 | 40 |
| Octal | 107 | 377 | 327 | 110 | 0 | 20 | 0 | 247 | 144 | 100 |
| Binary | 1000111 | 11111111 | 11010111 | 1001000 | 0 | 10000 | 0 | 10100111 | 1100100 | 1000000 |
Color Harmonies of #47FFD7
Complementary color
Monochromatic Colors of #47FFD7
Black with #47FFD7
Text Example
Text Example
White with #47FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFD7; }
p { color: rgb(71,255,215); }
H1.HeaderClassName
{
color: #47FFD7;
}
.AnyTagClassName
{
color: #47FFD7;
}
</style>
background-color css
<style>
a { background-color: #47FFD7; }
a { background-color: rgb(71,255,215); }
div.DivClassName
{
background-color: #47FFD7;
}
.BgClassName
{
background-color: #47FFD7;
}
</style>
border-color css
<style>
span { border-color: #47FFD7; }
span { border-color: rgb(71,255,215); }
td.TdClassName
{
border-color: #47FFD7;
}
.TagClassName
{
border-color: #47FFD7;
}
</style>