Shades of Turquoise #47FECF
Tints of Turquoise #47FECF
RGB
CMYK
RGB Variations
Color information
#47FECF (or 0x47FECF) is known color: Turquoise. HEX triplet: 47, FE and CF. RGB value is (71,254,207). Sum of RGB (Red+Green+Blue) = 71+254+207=532 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.35% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #47FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FECF is #B80130. Grayscale: #C1C1C1. Windows color (decimal): -12058929 or 13631047. OLE color: 13631047.
HSL color Cylindrical-coordinate representation of color #47FECF: hue angle of 164.59º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FECF is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 254 | 207 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.00 |
| HSL | 164.59º | 0.99% | 0.64% | - |
| HSV(B) | 164.59º | 0.72% | 1% | - |
| XYZ | 49.3 | 76.73 | 71.24 | - |
| YUV | 193.93 | 135.37 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 254 | 207 | 0.72 | 0 | 0.19 | 0.00 | 164.59 | 0.99 | 0.64 |
| Hex | 47 | FE | CF | 48 | 0 | 13 | 0 | A5 | 63 | 40 |
| Octal | 107 | 376 | 317 | 110 | 0 | 23 | 0 | 245 | 143 | 100 |
| Binary | 1000111 | 11111110 | 11001111 | 1001000 | 0 | 10011 | 0 | 10100101 | 1100011 | 1000000 |
Color Harmonies of #47FECF
Complementary color
Monochromatic Colors of #47FECF
Black with #47FECF
Text Example
Text Example
White with #47FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FECF; }
p { color: rgb(71,254,207); }
H1.HeaderClassName
{
color: #47FECF;
}
.AnyTagClassName
{
color: #47FECF;
}
</style>
background-color css
<style>
a { background-color: #47FECF; }
a { background-color: rgb(71,254,207); }
div.DivClassName
{
background-color: #47FECF;
}
.BgClassName
{
background-color: #47FECF;
}
</style>
border-color css
<style>
span { border-color: #47FECF; }
span { border-color: rgb(71,254,207); }
td.TdClassName
{
border-color: #47FECF;
}
.TagClassName
{
border-color: #47FECF;
}
</style>