Shades of Turquoise Blue #47E3FF
Tints of Turquoise Blue #47E3FF
RGB
CMYK
RGB Variations
Color information
#47E3FF (or 0x47E3FF) is known color: Turquoise Blue. HEX triplet: 47, E3 and FF. RGB value is (71,227,255). Sum of RGB (Red+Green+Blue) = 71+227+255=553 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.84% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #47E3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E3FF is #B81C00. Grayscale: #B7B7B7. Windows color (decimal): -12065793 or 16769863. OLE color: 16769863.
HSL color Cylindrical-coordinate representation of color #47E3FF: hue angle of 189.13º 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 #47E3FF is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 227 | 255 | - |
| CMYK | 0.72 | 0.11 | 0 | 0 |
| HSL | 189.13º | 1% | 0.64% | - |
| HSV(B) | 189.13º | 0.72% | 1% | - |
| XYZ | 48.12 | 63.5 | 104.33 | - |
| YUV | 183.55 | 168.32 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 227 | 255 | 0.72 | 0.11 | 0 | 0 | 189.13 | 1 | 0.64 |
| Hex | 47 | E3 | FF | 48 | B | 0 | 0 | BD | 64 | 40 |
| Octal | 107 | 343 | 377 | 110 | 13 | 0 | 0 | 275 | 144 | 100 |
| Binary | 1000111 | 11100011 | 11111111 | 1001000 | 1011 | 0 | 0 | 10111101 | 1100100 | 1000000 |
Color Harmonies of #47E3FF
Complementary color
Monochromatic Colors of #47E3FF
Black with #47E3FF
Text Example
Text Example
White with #47E3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E3FF; }
p { color: rgb(71,227,255); }
H1.HeaderClassName
{
color: #47E3FF;
}
.AnyTagClassName
{
color: #47E3FF;
}
</style>
background-color css
<style>
a { background-color: #47E3FF; }
a { background-color: rgb(71,227,255); }
div.DivClassName
{
background-color: #47E3FF;
}
.BgClassName
{
background-color: #47E3FF;
}
</style>
border-color css
<style>
span { border-color: #47E3FF; }
span { border-color: rgb(71,227,255); }
td.TdClassName
{
border-color: #47E3FF;
}
.TagClassName
{
border-color: #47E3FF;
}
</style>