Shades of Turquoise #47F1CE
Tints of Turquoise #47F1CE
RGB
CMYK
RGB Variations
Color information
#47F1CE (or 0x47F1CE) is known color: Turquoise. HEX triplet: 47, F1 and CE. RGB value is (71,241,206). Sum of RGB (Red+Green+Blue) = 71+241+206=518 (68% of max value = 765). Red value is 71 (28.12% from 255 or 13.71% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #47F1CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47F1CE is #B80E31. Grayscale: #BABABA. Windows color (decimal): -12062258 or 13562183. OLE color: 13562183.
HSL color Cylindrical-coordinate representation of color #47F1CE: hue angle of 167.65º 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 #47F1CE is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 241 | 206 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.05 |
| HSL | 167.65º | 0.86% | 0.61% | - |
| HSV(B) | 167.65º | 0.71% | 0.95% | - |
| XYZ | 45.19 | 68.71 | 69.27 | - |
| YUV | 186.18 | 139.18 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 241 | 206 | 0.71 | 0 | 0.15 | 0.05 | 167.65 | 0.86 | 0.61 |
| Hex | 47 | F1 | CE | 47 | 0 | F | 5 | A8 | 56 | 3D |
| Octal | 107 | 361 | 316 | 107 | 0 | 17 | 5 | 250 | 126 | 75 |
| Binary | 1000111 | 11110001 | 11001110 | 1000111 | 0 | 1111 | 101 | 10101000 | 1010110 | 111101 |
Color Harmonies of #47F1CE
Complementary color
Monochromatic Colors of #47F1CE
Black with #47F1CE
Text Example
Text Example
White with #47F1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47F1CE; }
p { color: rgb(71,241,206); }
H1.HeaderClassName
{
color: #47F1CE;
}
.AnyTagClassName
{
color: #47F1CE;
}
</style>
background-color css
<style>
a { background-color: #47F1CE; }
a { background-color: rgb(71,241,206); }
div.DivClassName
{
background-color: #47F1CE;
}
.BgClassName
{
background-color: #47F1CE;
}
</style>
border-color css
<style>
span { border-color: #47F1CE; }
span { border-color: rgb(71,241,206); }
td.TdClassName
{
border-color: #47F1CE;
}
.TagClassName
{
border-color: #47F1CE;
}
</style>