Shades of Turquoise Blue #47E0FB
Tints of Turquoise Blue #47E0FB
RGB
CMYK
RGB Variations
Color information
#47E0FB (or 0x47E0FB) is known color: Turquoise Blue. HEX triplet: 47, E0 and FB. RGB value is (71,224,251). Sum of RGB (Red+Green+Blue) = 71+224+251=546 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.00% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #47E0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E0FB is #B81F04. Grayscale: #B5B5B5. Windows color (decimal): -12066565 or 16506951. OLE color: 16506951.
HSL color Cylindrical-coordinate representation of color #47E0FB: hue angle of 189º 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 #47E0FB is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 224 | 251 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.02 |
| HSL | 189º | 0.96% | 0.63% | - |
| HSV(B) | 189º | 0.72% | 0.98% | - |
| XYZ | 46.67 | 61.62 | 100.7 | - |
| YUV | 181.33 | 167.31 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 224 | 251 | 0.72 | 0.11 | 0 | 0.02 | 189 | 0.96 | 0.63 |
| Hex | 47 | E0 | FB | 48 | B | 0 | 2 | BD | 60 | 3F |
| Octal | 107 | 340 | 373 | 110 | 13 | 0 | 2 | 275 | 140 | 77 |
| Binary | 1000111 | 11100000 | 11111011 | 1001000 | 1011 | 0 | 10 | 10111101 | 1100000 | 111111 |
Color Harmonies of #47E0FB
Complementary color
Monochromatic Colors of #47E0FB
Black with #47E0FB
Text Example
Text Example
White with #47E0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E0FB; }
p { color: rgb(71,224,251); }
H1.HeaderClassName
{
color: #47E0FB;
}
.AnyTagClassName
{
color: #47E0FB;
}
</style>
background-color css
<style>
a { background-color: #47E0FB; }
a { background-color: rgb(71,224,251); }
div.DivClassName
{
background-color: #47E0FB;
}
.BgClassName
{
background-color: #47E0FB;
}
</style>
border-color css
<style>
span { border-color: #47E0FB; }
span { border-color: rgb(71,224,251); }
td.TdClassName
{
border-color: #47E0FB;
}
.TagClassName
{
border-color: #47E0FB;
}
</style>