Shades of Turquoise #47FFCC
Tints of Turquoise #47FFCC
RGB
CMYK
RGB Variations
Color information
#47FFCC (or 0x47FFCC) is known color: Turquoise. HEX triplet: 47, FF and CC. RGB value is (71,255,204). Sum of RGB (Red+Green+Blue) = 71+255+204=530 (70% of max value = 765). Red value is 71 (28.12% from 255 or 13.40% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #47FFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #47FFCC is #B80033. Grayscale: #C2C2C2. Windows color (decimal): -12058676 or 13434695. OLE color: 13434695.
HSL color Cylindrical-coordinate representation of color #47FFCC: hue angle of 163.37º 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 #47FFCC is Cyan = 0.72, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 255 | 204 | - |
| CMYK | 0.72 | 0 | 0.2 | 0 |
| HSL | 163.37º | 1% | 0.64% | - |
| HSV(B) | 163.37º | 0.72% | 1% | - |
| XYZ | 49.26 | 77.22 | 69.44 | - |
| YUV | 194.17 | 133.54 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 255 | 204 | 0.72 | 0 | 0.2 | 0 | 163.37 | 1 | 0.64 |
| Hex | 47 | FF | CC | 48 | 0 | 14 | 0 | A3 | 64 | 40 |
| Octal | 107 | 377 | 314 | 110 | 0 | 24 | 0 | 243 | 144 | 100 |
| Binary | 1000111 | 11111111 | 11001100 | 1001000 | 0 | 10100 | 0 | 10100011 | 1100100 | 1000000 |
Color Harmonies of #47FFCC
Complementary color
Monochromatic Colors of #47FFCC
Black with #47FFCC
Text Example
Text Example
White with #47FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47FFCC; }
p { color: rgb(71,255,204); }
H1.HeaderClassName
{
color: #47FFCC;
}
.AnyTagClassName
{
color: #47FFCC;
}
</style>
background-color css
<style>
a { background-color: #47FFCC; }
a { background-color: rgb(71,255,204); }
div.DivClassName
{
background-color: #47FFCC;
}
.BgClassName
{
background-color: #47FFCC;
}
</style>
border-color css
<style>
span { border-color: #47FFCC; }
span { border-color: rgb(71,255,204); }
td.TdClassName
{
border-color: #47FFCC;
}
.TagClassName
{
border-color: #47FFCC;
}
</style>