Shades of Turquoise #49FFCC
Tints of Turquoise #49FFCC
RGB
CMYK
RGB Variations
Color information
#49FFCC (or 0x49FFCC) is known color: Turquoise. HEX triplet: 49, FF and CC. RGB value is (73,255,204). Sum of RGB (Red+Green+Blue) = 73+255+204=532 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.72% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFCC is #B60033. Grayscale: #C2C2C2. Windows color (decimal): -11927604 or 13434697. OLE color: 13434697.
HSL color Cylindrical-coordinate representation of color #49FFCC: hue angle of 163.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFCC is Cyan = 0.71, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 255 | 204 | - |
| CMYK | 0.71 | 0 | 0.2 | 0 |
| HSL | 163.19º | 1% | 0.64% | - |
| HSV(B) | 163.19º | 0.71% | 1% | - |
| XYZ | 49.41 | 77.3 | 69.44 | - |
| YUV | 194.77 | 133.2 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 255 | 204 | 0.71 | 0 | 0.2 | 0 | 163.19 | 1 | 0.64 |
| Hex | 49 | FF | CC | 47 | 0 | 14 | 0 | A3 | 64 | 40 |
| Octal | 111 | 377 | 314 | 107 | 0 | 24 | 0 | 243 | 144 | 100 |
| Binary | 1001001 | 11111111 | 11001100 | 1000111 | 0 | 10100 | 0 | 10100011 | 1100100 | 1000000 |
Color Harmonies of #49FFCC
Complementary color
Monochromatic Colors of #49FFCC
Black with #49FFCC
Text Example
Text Example
White with #49FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FFCC; }
p { color: rgb(73,255,204); }
H1.HeaderClassName
{
color: #49FFCC;
}
.AnyTagClassName
{
color: #49FFCC;
}
</style>
background-color css
<style>
a { background-color: #49FFCC; }
a { background-color: rgb(73,255,204); }
div.DivClassName
{
background-color: #49FFCC;
}
.BgClassName
{
background-color: #49FFCC;
}
</style>
border-color css
<style>
span { border-color: #49FFCC; }
span { border-color: rgb(73,255,204); }
td.TdClassName
{
border-color: #49FFCC;
}
.TagClassName
{
border-color: #49FFCC;
}
</style>