Shades of Medium Turquoise #44BFB6
Tints of Medium Turquoise #44BFB6
RGB
CMYK
RGB Variations
Color information
#44BFB6 (or 0x44BFB6) is known color: Medium Turquoise. HEX triplet: 44, BF and B6. RGB value is (68,191,182). Sum of RGB (Red+Green+Blue) = 68+191+182=441 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.42% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #44BFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BFB6 is #BB4049. Grayscale: #999999. Windows color (decimal): -12271690 or 11976516. OLE color: 11976516.
HSL color Cylindrical-coordinate representation of color #44BFB6: hue angle of 175.61º 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 #44BFB6 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 191 | 182 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.25 |
| HSL | 175.61º | 0.49% | 0.51% | - |
| HSV(B) | 175.61º | 0.64% | 0.75% | - |
| XYZ | 29.46 | 41.87 | 50.78 | - |
| YUV | 153.2 | 144.25 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 191 | 182 | 0.64 | 0 | 0.05 | 0.25 | 175.61 | 0.49 | 0.51 |
| Hex | 44 | BF | B6 | 40 | 0 | 5 | 19 | B0 | 31 | 33 |
| Octal | 104 | 277 | 266 | 100 | 0 | 5 | 31 | 260 | 61 | 63 |
| Binary | 1000100 | 10111111 | 10110110 | 1000000 | 0 | 101 | 11001 | 10110000 | 110001 | 110011 |
Color Harmonies of #44BFB6
Complementary color
Monochromatic Colors of #44BFB6
Black with #44BFB6
Text Example
Text Example
White with #44BFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BFB6; }
p { color: rgb(68,191,182); }
H1.HeaderClassName
{
color: #44BFB6;
}
.AnyTagClassName
{
color: #44BFB6;
}
</style>
background-color css
<style>
a { background-color: #44BFB6; }
a { background-color: rgb(68,191,182); }
div.DivClassName
{
background-color: #44BFB6;
}
.BgClassName
{
background-color: #44BFB6;
}
</style>
border-color css
<style>
span { border-color: #44BFB6; }
span { border-color: rgb(68,191,182); }
td.TdClassName
{
border-color: #44BFB6;
}
.TagClassName
{
border-color: #44BFB6;
}
</style>