Shades of Turquoise Blue #47E4F5
Tints of Turquoise Blue #47E4F5
RGB
CMYK
RGB Variations
Color information
#47E4F5 (or 0x47E4F5) is known color: Turquoise Blue. HEX triplet: 47, E4 and F5. RGB value is (71,228,245). Sum of RGB (Red+Green+Blue) = 71+228+245=544 (72% of max value = 765). Red value is 71 (28.12% from 255 or 13.05% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #47E4F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E4F5 is #B81B0A. Grayscale: #B6B6B6. Windows color (decimal): -12065547 or 16114759. OLE color: 16114759.
HSL color Cylindrical-coordinate representation of color #47E4F5: hue angle of 185.86º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47E4F5 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 228 | 245 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.04 |
| HSL | 185.86º | 0.9% | 0.62% | - |
| HSV(B) | 185.86º | 0.71% | 0.96% | - |
| XYZ | 46.82 | 63.42 | 96.16 | - |
| YUV | 183 | 162.99 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 228 | 245 | 0.71 | 0.07 | 0 | 0.04 | 185.86 | 0.9 | 0.62 |
| Hex | 47 | E4 | F5 | 47 | 7 | 0 | 4 | BA | 5A | 3E |
| Octal | 107 | 344 | 365 | 107 | 7 | 0 | 4 | 272 | 132 | 76 |
| Binary | 1000111 | 11100100 | 11110101 | 1000111 | 111 | 0 | 100 | 10111010 | 1011010 | 111110 |
Color Harmonies of #47E4F5
Complementary color
Monochromatic Colors of #47E4F5
Black with #47E4F5
Text Example
Text Example
White with #47E4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E4F5; }
p { color: rgb(71,228,245); }
H1.HeaderClassName
{
color: #47E4F5;
}
.AnyTagClassName
{
color: #47E4F5;
}
</style>
background-color css
<style>
a { background-color: #47E4F5; }
a { background-color: rgb(71,228,245); }
div.DivClassName
{
background-color: #47E4F5;
}
.BgClassName
{
background-color: #47E4F5;
}
</style>
border-color css
<style>
span { border-color: #47E4F5; }
span { border-color: rgb(71,228,245); }
td.TdClassName
{
border-color: #47E4F5;
}
.TagClassName
{
border-color: #47E4F5;
}
</style>