Shades of Medium Turquoise #44BFBB
Tints of Medium Turquoise #44BFBB
RGB
CMYK
RGB Variations
Color information
#44BFBB (or 0x44BFBB) is known color: Medium Turquoise. HEX triplet: 44, BF and BB. RGB value is (68,191,187). Sum of RGB (Red+Green+Blue) = 68+191+187=446 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.25% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #44BFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BFBB is #BB4044. Grayscale: #999999. Windows color (decimal): -12271685 or 12304196. OLE color: 12304196.
HSL color Cylindrical-coordinate representation of color #44BFBB: hue angle of 178.05º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BFBB is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 191 | 187 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.25 |
| HSL | 178.05º | 0.49% | 0.51% | - |
| HSV(B) | 178.05º | 0.64% | 0.75% | - |
| XYZ | 29.98 | 42.08 | 53.56 | - |
| YUV | 153.77 | 146.75 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 191 | 187 | 0.64 | 0 | 0.02 | 0.25 | 178.05 | 0.49 | 0.51 |
| Hex | 44 | BF | BB | 40 | 0 | 2 | 19 | B2 | 31 | 33 |
| Octal | 104 | 277 | 273 | 100 | 0 | 2 | 31 | 262 | 61 | 63 |
| Binary | 1000100 | 10111111 | 10111011 | 1000000 | 0 | 10 | 11001 | 10110010 | 110001 | 110011 |
Color Harmonies of #44BFBB
Complementary color
Monochromatic Colors of #44BFBB
Black with #44BFBB
Text Example
Text Example
White with #44BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BFBB; }
p { color: rgb(68,191,187); }
H1.HeaderClassName
{
color: #44BFBB;
}
.AnyTagClassName
{
color: #44BFBB;
}
</style>
background-color css
<style>
a { background-color: #44BFBB; }
a { background-color: rgb(68,191,187); }
div.DivClassName
{
background-color: #44BFBB;
}
.BgClassName
{
background-color: #44BFBB;
}
</style>
border-color css
<style>
span { border-color: #44BFBB; }
span { border-color: rgb(68,191,187); }
td.TdClassName
{
border-color: #44BFBB;
}
.TagClassName
{
border-color: #44BFBB;
}
</style>