Shades of Turquoise #47EFF6
Tints of Turquoise #47EFF6
RGB
CMYK
RGB Variations
Color information
#47EFF6 (or 0x47EFF6) is known color: Turquoise. HEX triplet: 47, EF and F6. RGB value is (71,239,246). Sum of RGB (Red+Green+Blue) = 71+239+246=556 (73% of max value = 765). Red value is 71 (28.12% from 255 or 12.77% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #47EFF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #47EFF6 is #B81009. Grayscale: #BDBDBD. Windows color (decimal): -12062730 or 16183111. OLE color: 16183111.
HSL color Cylindrical-coordinate representation of color #47EFF6: hue angle of 182.4º degrees, saturation: 0.91, 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 #47EFF6 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 239 | 246 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.04 |
| HSL | 182.4º | 0.91% | 0.62% | - |
| HSV(B) | 182.4º | 0.71% | 0.96% | - |
| XYZ | 50.1 | 69.73 | 98.01 | - |
| YUV | 189.57 | 159.84 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 239 | 246 | 0.71 | 0.03 | 0 | 0.04 | 182.4 | 0.91 | 0.62 |
| Hex | 47 | EF | F6 | 47 | 3 | 0 | 4 | B6 | 5B | 3E |
| Octal | 107 | 357 | 366 | 107 | 3 | 0 | 4 | 266 | 133 | 76 |
| Binary | 1000111 | 11101111 | 11110110 | 1000111 | 11 | 0 | 100 | 10110110 | 1011011 | 111110 |
Color Harmonies of #47EFF6
Complementary color
Monochromatic Colors of #47EFF6
Black with #47EFF6
Text Example
Text Example
White with #47EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EFF6; }
p { color: rgb(71,239,246); }
H1.HeaderClassName
{
color: #47EFF6;
}
.AnyTagClassName
{
color: #47EFF6;
}
</style>
background-color css
<style>
a { background-color: #47EFF6; }
a { background-color: rgb(71,239,246); }
div.DivClassName
{
background-color: #47EFF6;
}
.BgClassName
{
background-color: #47EFF6;
}
</style>
border-color css
<style>
span { border-color: #47EFF6; }
span { border-color: rgb(71,239,246); }
td.TdClassName
{
border-color: #47EFF6;
}
.TagClassName
{
border-color: #47EFF6;
}
</style>