Shades of Turquoise Blue #47E1FB
Tints of Turquoise Blue #47E1FB
RGB
CMYK
RGB Variations
Color information
#47E1FB (or 0x47E1FB) is known color: Turquoise Blue. HEX triplet: 47, E1 and FB. RGB value is (71,225,251). Sum of RGB (Red+Green+Blue) = 71+225+251=547 (72% of max value = 765). Red value is 71 (28.12% from 255 or 12.98% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #47E1FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E1FB is #B81E04. Grayscale: #B5B5B5. Windows color (decimal): -12066309 or 16507207. OLE color: 16507207.
HSL color Cylindrical-coordinate representation of color #47E1FB: hue angle of 188.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47E1FB is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 225 | 251 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.02 |
| HSL | 188.67º | 0.96% | 0.63% | - |
| HSV(B) | 188.67º | 0.72% | 0.98% | - |
| XYZ | 46.94 | 62.16 | 100.79 | - |
| YUV | 181.92 | 166.98 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 225 | 251 | 0.72 | 0.10 | 0 | 0.02 | 188.67 | 0.96 | 0.63 |
| Hex | 47 | E1 | FB | 48 | A | 0 | 2 | BD | 60 | 3F |
| Octal | 107 | 341 | 373 | 110 | 12 | 0 | 2 | 275 | 140 | 77 |
| Binary | 1000111 | 11100001 | 11111011 | 1001000 | 1010 | 0 | 10 | 10111101 | 1100000 | 111111 |
Color Harmonies of #47E1FB
Complementary color
Monochromatic Colors of #47E1FB
Black with #47E1FB
Text Example
Text Example
White with #47E1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E1FB; }
p { color: rgb(71,225,251); }
H1.HeaderClassName
{
color: #47E1FB;
}
.AnyTagClassName
{
color: #47E1FB;
}
</style>
background-color css
<style>
a { background-color: #47E1FB; }
a { background-color: rgb(71,225,251); }
div.DivClassName
{
background-color: #47E1FB;
}
.BgClassName
{
background-color: #47E1FB;
}
</style>
border-color css
<style>
span { border-color: #47E1FB; }
span { border-color: rgb(71,225,251); }
td.TdClassName
{
border-color: #47E1FB;
}
.TagClassName
{
border-color: #47E1FB;
}
</style>