Shades of Medium Turquoise #44C0BA
Tints of Medium Turquoise #44C0BA
RGB
CMYK
RGB Variations
Color information
#44C0BA (or 0x44C0BA) is known color: Medium Turquoise. HEX triplet: 44, C0 and BA. RGB value is (68,192,186). Sum of RGB (Red+Green+Blue) = 68+192+186=446 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.25% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #44C0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C0BA is #BB3F45. Grayscale: #9A9A9A. Windows color (decimal): -12271430 or 12238916. OLE color: 12238916.
HSL color Cylindrical-coordinate representation of color #44C0BA: hue angle of 177.1º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C0BA is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 192 | 186 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.25 |
| HSL | 177.1º | 0.5% | 0.51% | - |
| HSV(B) | 177.1º | 0.65% | 0.75% | - |
| XYZ | 30.1 | 42.47 | 53.07 | - |
| YUV | 154.24 | 145.92 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 192 | 186 | 0.65 | 0 | 0.03 | 0.25 | 177.1 | 0.5 | 0.51 |
| Hex | 44 | C0 | BA | 41 | 0 | 3 | 19 | B1 | 32 | 33 |
| Octal | 104 | 300 | 272 | 101 | 0 | 3 | 31 | 261 | 62 | 63 |
| Binary | 1000100 | 11000000 | 10111010 | 1000001 | 0 | 11 | 11001 | 10110001 | 110010 | 110011 |
Color Harmonies of #44C0BA
Complementary color
Monochromatic Colors of #44C0BA
Black with #44C0BA
Text Example
Text Example
White with #44C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C0BA; }
p { color: rgb(68,192,186); }
H1.HeaderClassName
{
color: #44C0BA;
}
.AnyTagClassName
{
color: #44C0BA;
}
</style>
background-color css
<style>
a { background-color: #44C0BA; }
a { background-color: rgb(68,192,186); }
div.DivClassName
{
background-color: #44C0BA;
}
.BgClassName
{
background-color: #44C0BA;
}
</style>
border-color css
<style>
span { border-color: #44C0BA; }
span { border-color: rgb(68,192,186); }
td.TdClassName
{
border-color: #44C0BA;
}
.TagClassName
{
border-color: #44C0BA;
}
</style>