Shades of Turquoise #47FFEB
Tints of Turquoise #47FFEB
RGB
CMYK
RGB Variations
Color information
#47FFEB (or 0x47FFEB) is known color: Turquoise. HEX triplet: 47, FF and EB. RGB value is (71,255,235). Sum of RGB (Red+Green+Blue) = 71+255+235=561 (74% of max value = 765). Red value is 71 (28.12% from 255 or 12.66% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47FFEB is #B80014. Grayscale: #C5C5C5. Windows color (decimal): -12058645 or 15466311. OLE color: 15466311.
HSL color Cylindrical-coordinate representation of color #47FFEB: hue angle of 173.48º 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 #47FFEB is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 235 | - |
| CMYK | 0.72 | 0 | 0.08 | 0 |
| HSL | 173.48º | 1% | 0.64% | - |
| HSV(B) | 173.48º | 0.72% | 1% | - |
| XYZ | 53.35 | 78.86 | 91.01 | - |
| YUV | 197.7 | 149.04 | 37.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 235 | 0.72 | 0 | 0.08 | 0 | 173.48 | 1 | 0.64 |
| Hex | 47 | FF | EB | 48 | 0 | 8 | 0 | AD | 64 | 40 |
| Octal | 107 | 377 | 353 | 110 | 0 | 10 | 0 | 255 | 144 | 100 |
| Binary | 1000111 | 11111111 | 11101011 | 1001000 | 0 | 1000 | 0 | 10101101 | 1100100 | 1000000 |
Color Harmonies of #47FFEB
Complementary color
Monochromatic Colors of #47FFEB
Black with #47FFEB
Text Example
Text Example
White with #47FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFEB; }
p { color: rgb(71,255,235); }
H1.HeaderClassName
{
color: #47FFEB;
}
.AnyTagClassName
{
color: #47FFEB;
}
</style>
background-color css
<style>
a { background-color: #47FFEB; }
a { background-color: rgb(71,255,235); }
div.DivClassName
{
background-color: #47FFEB;
}
.BgClassName
{
background-color: #47FFEB;
}
</style>
border-color css
<style>
span { border-color: #47FFEB; }
span { border-color: rgb(71,255,235); }
td.TdClassName
{
border-color: #47FFEB;
}
.TagClassName
{
border-color: #47FFEB;
}
</style>