Shades of Turquoise #47FFCE
Tints of Turquoise #47FFCE
RGB
CMYK
RGB Variations
Color information
#47FFCE (or 0x47FFCE) is known color: Turquoise. HEX triplet: 47, FF and CE. RGB value is (71,255,206). Sum of RGB (Red+Green+Blue) = 71+255+206=532 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.35% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFCE is #B80031. Grayscale: #C2C2C2. Windows color (decimal): -12058674 or 13565767. OLE color: 13565767.
HSL color Cylindrical-coordinate representation of color #47FFCE: hue angle of 164.02º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47FFCE is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 206 | - |
| CMYK | 0.72 | 0 | 0.19 | 0 |
| HSL | 164.02º | 1% | 0.64% | - |
| HSV(B) | 164.02º | 0.72% | 1% | - |
| XYZ | 49.5 | 77.32 | 70.71 | - |
| YUV | 194.4 | 134.54 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 206 | 0.72 | 0 | 0.19 | 0 | 164.02 | 1 | 0.64 |
| Hex | 47 | FF | CE | 48 | 0 | 13 | 0 | A4 | 64 | 40 |
| Octal | 107 | 377 | 316 | 110 | 0 | 23 | 0 | 244 | 144 | 100 |
| Binary | 1000111 | 11111111 | 11001110 | 1001000 | 0 | 10011 | 0 | 10100100 | 1100100 | 1000000 |
Color Harmonies of #47FFCE
Complementary color
Monochromatic Colors of #47FFCE
Black with #47FFCE
Text Example
Text Example
White with #47FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFCE; }
p { color: rgb(71,255,206); }
H1.HeaderClassName
{
color: #47FFCE;
}
.AnyTagClassName
{
color: #47FFCE;
}
</style>
background-color css
<style>
a { background-color: #47FFCE; }
a { background-color: rgb(71,255,206); }
div.DivClassName
{
background-color: #47FFCE;
}
.BgClassName
{
background-color: #47FFCE;
}
</style>
border-color css
<style>
span { border-color: #47FFCE; }
span { border-color: rgb(71,255,206); }
td.TdClassName
{
border-color: #47FFCE;
}
.TagClassName
{
border-color: #47FFCE;
}
</style>