Shades of Turquoise #44FFC0
Tints of Turquoise #44FFC0
RGB
CMYK
RGB Variations
Color information
#44FFC0 (or 0x44FFC0) is known color: Turquoise. HEX triplet: 44, FF and C0. RGB value is (68,255,192). Sum of RGB (Red+Green+Blue) = 68+255+192=515 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.20% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FFC0 is #BB003F. Grayscale: #BFBFBF. Windows color (decimal): -12255296 or 12648260. OLE color: 12648260.
HSL color Cylindrical-coordinate representation of color #44FFC0: hue angle of 159.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FFC0 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 255 | 192 | - |
| CMYK | 0.73 | 0 | 0.25 | 0 |
| HSL | 159.79º | 1% | 0.63% | - |
| HSV(B) | 159.79º | 0.73% | 1% | - |
| XYZ | 47.66 | 76.55 | 62.13 | - |
| YUV | 191.91 | 128.05 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 255 | 192 | 0.73 | 0 | 0.25 | 0 | 159.79 | 1 | 0.63 |
| Hex | 44 | FF | C0 | 49 | 0 | 19 | 0 | A0 | 64 | 3F |
| Octal | 104 | 377 | 300 | 111 | 0 | 31 | 0 | 240 | 144 | 77 |
| Binary | 1000100 | 11111111 | 11000000 | 1001001 | 0 | 11001 | 0 | 10100000 | 1100100 | 111111 |
Color Harmonies of #44FFC0
Complementary color
Monochromatic Colors of #44FFC0
Black with #44FFC0
Text Example
Text Example
White with #44FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FFC0; }
p { color: rgb(68,255,192); }
H1.HeaderClassName
{
color: #44FFC0;
}
.AnyTagClassName
{
color: #44FFC0;
}
</style>
background-color css
<style>
a { background-color: #44FFC0; }
a { background-color: rgb(68,255,192); }
div.DivClassName
{
background-color: #44FFC0;
}
.BgClassName
{
background-color: #44FFC0;
}
</style>
border-color css
<style>
span { border-color: #44FFC0; }
span { border-color: rgb(68,255,192); }
td.TdClassName
{
border-color: #44FFC0;
}
.TagClassName
{
border-color: #44FFC0;
}
</style>