Shades of Turquoise Blue #47ECF9
Tints of Turquoise Blue #47ECF9
RGB
CMYK
RGB Variations
Color information
#47ECF9 (or 0x47ECF9) is known color: Turquoise Blue. HEX triplet: 47, EC and F9. RGB value is (71,236,249). Sum of RGB (Red+Green+Blue) = 71+236+249=556 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.77% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #47ECF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47ECF9 is #B81306. Grayscale: #BBBBBB. Windows color (decimal): -12063495 or 16378951. OLE color: 16378951.
HSL color Cylindrical-coordinate representation of color #47ECF9: hue angle of 184.38º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47ECF9 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 236 | 249 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.02 |
| HSL | 184.38º | 0.94% | 0.63% | - |
| HSV(B) | 184.38º | 0.71% | 0.98% | - |
| XYZ | 49.69 | 68.17 | 100.16 | - |
| YUV | 188.15 | 162.34 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 236 | 249 | 0.71 | 0.05 | 0 | 0.02 | 184.38 | 0.94 | 0.63 |
| Hex | 47 | EC | F9 | 47 | 5 | 0 | 2 | B8 | 5E | 3F |
| Octal | 107 | 354 | 371 | 107 | 5 | 0 | 2 | 270 | 136 | 77 |
| Binary | 1000111 | 11101100 | 11111001 | 1000111 | 101 | 0 | 10 | 10111000 | 1011110 | 111111 |
Color Harmonies of #47ECF9
Complementary color
Monochromatic Colors of #47ECF9
Black with #47ECF9
Text Example
Text Example
White with #47ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47ECF9; }
p { color: rgb(71,236,249); }
H1.HeaderClassName
{
color: #47ECF9;
}
.AnyTagClassName
{
color: #47ECF9;
}
</style>
background-color css
<style>
a { background-color: #47ECF9; }
a { background-color: rgb(71,236,249); }
div.DivClassName
{
background-color: #47ECF9;
}
.BgClassName
{
background-color: #47ECF9;
}
</style>
border-color css
<style>
span { border-color: #47ECF9; }
span { border-color: rgb(71,236,249); }
td.TdClassName
{
border-color: #47ECF9;
}
.TagClassName
{
border-color: #47ECF9;
}
</style>