Shades of Turquoise #47E2F1
Tints of Turquoise #47E2F1
RGB
CMYK
RGB Variations
Color information
#47E2F1 (or 0x47E2F1) is known color: Turquoise. HEX triplet: 47, E2 and F1. RGB value is (71,226,241). Sum of RGB (Red+Green+Blue) = 71+226+241=538 (71% of max value = 765). Red value is 71 (28.12% from 255 or 13.20% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #47E2F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47E2F1 is #B81D0E. Grayscale: #B5B5B5. Windows color (decimal): -12066063 or 15852103. OLE color: 15852103.
HSL color Cylindrical-coordinate representation of color #47E2F1: hue angle of 185.29º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47E2F1 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 226 | 241 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.05 |
| HSL | 185.29º | 0.86% | 0.61% | - |
| HSV(B) | 185.29º | 0.71% | 0.95% | - |
| XYZ | 45.67 | 62.08 | 92.8 | - |
| YUV | 181.37 | 161.65 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 226 | 241 | 0.71 | 0.06 | 0 | 0.05 | 185.29 | 0.86 | 0.61 |
| Hex | 47 | E2 | F1 | 47 | 6 | 0 | 5 | B9 | 56 | 3D |
| Octal | 107 | 342 | 361 | 107 | 6 | 0 | 5 | 271 | 126 | 75 |
| Binary | 1000111 | 11100010 | 11110001 | 1000111 | 110 | 0 | 101 | 10111001 | 1010110 | 111101 |
Color Harmonies of #47E2F1
Complementary color
Monochromatic Colors of #47E2F1
Black with #47E2F1
Text Example
Text Example
White with #47E2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47E2F1; }
p { color: rgb(71,226,241); }
H1.HeaderClassName
{
color: #47E2F1;
}
.AnyTagClassName
{
color: #47E2F1;
}
</style>
background-color css
<style>
a { background-color: #47E2F1; }
a { background-color: rgb(71,226,241); }
div.DivClassName
{
background-color: #47E2F1;
}
.BgClassName
{
background-color: #47E2F1;
}
</style>
border-color css
<style>
span { border-color: #47E2F1; }
span { border-color: rgb(71,226,241); }
td.TdClassName
{
border-color: #47E2F1;
}
.TagClassName
{
border-color: #47E2F1;
}
</style>