Shades of Turquoise #47E0EF
Tints of Turquoise #47E0EF
RGB
CMYK
RGB Variations
Color information
#47E0EF (or 0x47E0EF) is known color: Turquoise. HEX triplet: 47, E0 and EF. RGB value is (71,224,239). Sum of RGB (Red+Green+Blue) = 71+224+239=534 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.30% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #47E0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E0EF is #B81F10. Grayscale: #B3B3B3. Windows color (decimal): -12066577 or 15720519. OLE color: 15720519.
HSL color Cylindrical-coordinate representation of color #47E0EF: hue angle of 185.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47E0EF is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 224 | 239 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.06 |
| HSL | 185.36º | 0.84% | 0.61% | - |
| HSV(B) | 185.36º | 0.7% | 0.94% | - |
| XYZ | 44.83 | 60.88 | 91.05 | - |
| YUV | 179.96 | 161.31 | 50.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 224 | 239 | 0.70 | 0.06 | 0 | 0.06 | 185.36 | 0.84 | 0.61 |
| Hex | 47 | E0 | EF | 46 | 6 | 0 | 6 | B9 | 54 | 3D |
| Octal | 107 | 340 | 357 | 106 | 6 | 0 | 6 | 271 | 124 | 75 |
| Binary | 1000111 | 11100000 | 11101111 | 1000110 | 110 | 0 | 110 | 10111001 | 1010100 | 111101 |
Color Harmonies of #47E0EF
Complementary color
Monochromatic Colors of #47E0EF
Black with #47E0EF
Text Example
Text Example
White with #47E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E0EF; }
p { color: rgb(71,224,239); }
H1.HeaderClassName
{
color: #47E0EF;
}
.AnyTagClassName
{
color: #47E0EF;
}
</style>
background-color css
<style>
a { background-color: #47E0EF; }
a { background-color: rgb(71,224,239); }
div.DivClassName
{
background-color: #47E0EF;
}
.BgClassName
{
background-color: #47E0EF;
}
</style>
border-color css
<style>
span { border-color: #47E0EF; }
span { border-color: rgb(71,224,239); }
td.TdClassName
{
border-color: #47E0EF;
}
.TagClassName
{
border-color: #47E0EF;
}
</style>