Shades of Turquoise #47EFE2
Tints of Turquoise #47EFE2
RGB
CMYK
RGB Variations
Color information
#47EFE2 (or 0x47EFE2) is known color: Turquoise. HEX triplet: 47, EF and E2. RGB value is (71,239,226). Sum of RGB (Red+Green+Blue) = 71+239+226=536 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.25% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #47EFE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47EFE2 is #B8101D. Grayscale: #BBBBBB. Windows color (decimal): -12062750 or 14872391. OLE color: 14872391.
HSL color Cylindrical-coordinate representation of color #47EFE2: hue angle of 175.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 #47EFE2 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 239 | 226 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.06 |
| HSL | 175.36º | 0.84% | 0.61% | - |
| HSV(B) | 175.36º | 0.7% | 0.94% | - |
| XYZ | 47.19 | 68.56 | 82.7 | - |
| YUV | 187.29 | 149.84 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 239 | 226 | 0.70 | 0 | 0.05 | 0.06 | 175.36 | 0.84 | 0.61 |
| Hex | 47 | EF | E2 | 46 | 0 | 5 | 6 | AF | 54 | 3D |
| Octal | 107 | 357 | 342 | 106 | 0 | 5 | 6 | 257 | 124 | 75 |
| Binary | 1000111 | 11101111 | 11100010 | 1000110 | 0 | 101 | 110 | 10101111 | 1010100 | 111101 |
Color Harmonies of #47EFE2
Complementary color
Monochromatic Colors of #47EFE2
Black with #47EFE2
Text Example
Text Example
White with #47EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47EFE2; }
p { color: rgb(71,239,226); }
H1.HeaderClassName
{
color: #47EFE2;
}
.AnyTagClassName
{
color: #47EFE2;
}
</style>
background-color css
<style>
a { background-color: #47EFE2; }
a { background-color: rgb(71,239,226); }
div.DivClassName
{
background-color: #47EFE2;
}
.BgClassName
{
background-color: #47EFE2;
}
</style>
border-color css
<style>
span { border-color: #47EFE2; }
span { border-color: rgb(71,239,226); }
td.TdClassName
{
border-color: #47EFE2;
}
.TagClassName
{
border-color: #47EFE2;
}
</style>