Shades of Medium Turquoise #44C4BB
Tints of Medium Turquoise #44C4BB
RGB
CMYK
RGB Variations
Color information
#44C4BB (or 0x44C4BB) is known color: Medium Turquoise. HEX triplet: 44, C4 and BB. RGB value is (68,196,187). Sum of RGB (Red+Green+Blue) = 68+196+187=451 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.08% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #44C4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C4BB is #BB3B44. Grayscale: #9C9C9C. Windows color (decimal): -12270405 or 12305476. OLE color: 12305476.
HSL color Cylindrical-coordinate representation of color #44C4BB: hue angle of 175.78º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C4BB is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 196 | 187 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.23 |
| HSL | 175.78º | 0.52% | 0.52% | - |
| HSV(B) | 175.78º | 0.65% | 0.77% | - |
| XYZ | 31.09 | 44.3 | 53.93 | - |
| YUV | 156.7 | 145.09 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 196 | 187 | 0.65 | 0 | 0.05 | 0.23 | 175.78 | 0.52 | 0.52 |
| Hex | 44 | C4 | BB | 41 | 0 | 5 | 17 | B0 | 34 | 34 |
| Octal | 104 | 304 | 273 | 101 | 0 | 5 | 27 | 260 | 64 | 64 |
| Binary | 1000100 | 11000100 | 10111011 | 1000001 | 0 | 101 | 10111 | 10110000 | 110100 | 110100 |
Color Harmonies of #44C4BB
Complementary color
Monochromatic Colors of #44C4BB
Black with #44C4BB
Text Example
Text Example
White with #44C4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C4BB; }
p { color: rgb(68,196,187); }
H1.HeaderClassName
{
color: #44C4BB;
}
.AnyTagClassName
{
color: #44C4BB;
}
</style>
background-color css
<style>
a { background-color: #44C4BB; }
a { background-color: rgb(68,196,187); }
div.DivClassName
{
background-color: #44C4BB;
}
.BgClassName
{
background-color: #44C4BB;
}
</style>
border-color css
<style>
span { border-color: #44C4BB; }
span { border-color: rgb(68,196,187); }
td.TdClassName
{
border-color: #44C4BB;
}
.TagClassName
{
border-color: #44C4BB;
}
</style>