Shades of Turquoise #47FFCD
Tints of Turquoise #47FFCD
RGB
CMYK
RGB Variations
Color information
#47FFCD (or 0x47FFCD) is known color: Turquoise. HEX triplet: 47, FF and CD. RGB value is (71,255,205). Sum of RGB (Red+Green+Blue) = 71+255+205=531 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.37% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFCD is #B80032. Grayscale: #C2C2C2. Windows color (decimal): -12058675 or 13500231. OLE color: 13500231.
HSL color Cylindrical-coordinate representation of color #47FFCD: hue angle of 163.7º 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 #47FFCD is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 205 | - |
| CMYK | 0.72 | 0 | 0.20 | 0 |
| HSL | 163.7º | 1% | 0.64% | - |
| HSV(B) | 163.7º | 0.72% | 1% | - |
| XYZ | 49.38 | 77.27 | 70.07 | - |
| YUV | 194.28 | 134.04 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 205 | 0.72 | 0 | 0.20 | 0 | 163.7 | 1 | 0.64 |
| Hex | 47 | FF | CD | 48 | 0 | 14 | 0 | A4 | 64 | 40 |
| Octal | 107 | 377 | 315 | 110 | 0 | 24 | 0 | 244 | 144 | 100 |
| Binary | 1000111 | 11111111 | 11001101 | 1001000 | 0 | 10100 | 0 | 10100100 | 1100100 | 1000000 |
Color Harmonies of #47FFCD
Complementary color
Monochromatic Colors of #47FFCD
Black with #47FFCD
Text Example
Text Example
White with #47FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFCD; }
p { color: rgb(71,255,205); }
H1.HeaderClassName
{
color: #47FFCD;
}
.AnyTagClassName
{
color: #47FFCD;
}
</style>
background-color css
<style>
a { background-color: #47FFCD; }
a { background-color: rgb(71,255,205); }
div.DivClassName
{
background-color: #47FFCD;
}
.BgClassName
{
background-color: #47FFCD;
}
</style>
border-color css
<style>
span { border-color: #47FFCD; }
span { border-color: rgb(71,255,205); }
td.TdClassName
{
border-color: #47FFCD;
}
.TagClassName
{
border-color: #47FFCD;
}
</style>