Shades of Turquoise #47E2E6
Tints of Turquoise #47E2E6
RGB
CMYK
RGB Variations
Color information
#47E2E6 (or 0x47E2E6) is known color: Turquoise. HEX triplet: 47, E2 and E6. RGB value is (71,226,230). Sum of RGB (Red+Green+Blue) = 71+226+230=527 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.47% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #47E2E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E2E6 is #B81D19. Grayscale: #B3B3B3. Windows color (decimal): -12066074 or 15131207. OLE color: 15131207.
HSL color Cylindrical-coordinate representation of color #47E2E6: hue angle of 181.51º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47E2E6 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 226 | 230 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.10 |
| HSL | 181.51º | 0.76% | 0.59% | - |
| HSV(B) | 181.51º | 0.69% | 0.9% | - |
| XYZ | 44.08 | 61.45 | 84.4 | - |
| YUV | 180.11 | 156.15 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 226 | 230 | 0.69 | 0.02 | 0 | 0.10 | 181.51 | 0.76 | 0.59 |
| Hex | 47 | E2 | E6 | 45 | 2 | 0 | A | B6 | 4C | 3B |
| Octal | 107 | 342 | 346 | 105 | 2 | 0 | 12 | 266 | 114 | 73 |
| Binary | 1000111 | 11100010 | 11100110 | 1000101 | 10 | 0 | 1010 | 10110110 | 1001100 | 111011 |
Color Harmonies of #47E2E6
Complementary color
Monochromatic Colors of #47E2E6
Black with #47E2E6
Text Example
Text Example
White with #47E2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E2E6; }
p { color: rgb(71,226,230); }
H1.HeaderClassName
{
color: #47E2E6;
}
.AnyTagClassName
{
color: #47E2E6;
}
</style>
background-color css
<style>
a { background-color: #47E2E6; }
a { background-color: rgb(71,226,230); }
div.DivClassName
{
background-color: #47E2E6;
}
.BgClassName
{
background-color: #47E2E6;
}
</style>
border-color css
<style>
span { border-color: #47E2E6; }
span { border-color: rgb(71,226,230); }
td.TdClassName
{
border-color: #47E2E6;
}
.TagClassName
{
border-color: #47E2E6;
}
</style>