Shades of Medium Turquoise #44BDBA
Tints of Medium Turquoise #44BDBA
RGB
CMYK
RGB Variations
Color information
#44BDBA (or 0x44BDBA) is known color: Medium Turquoise. HEX triplet: 44, BD and BA. RGB value is (68,189,186). Sum of RGB (Red+Green+Blue) = 68+189+186=443 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.35% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #44BDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BDBA is #BB4245. Grayscale: #989898. Windows color (decimal): -12272198 or 12238148. OLE color: 12238148.
HSL color Cylindrical-coordinate representation of color #44BDBA: hue angle of 178.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BDBA is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 189 | 186 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.26 |
| HSL | 178.51º | 0.48% | 0.5% | - |
| HSV(B) | 178.51º | 0.64% | 0.74% | - |
| XYZ | 29.44 | 41.17 | 52.85 | - |
| YUV | 152.48 | 146.91 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 186 | 0.64 | 0 | 0.02 | 0.26 | 178.51 | 0.48 | 0.5 |
| Hex | 44 | BD | BA | 40 | 0 | 2 | 1A | B3 | 30 | 32 |
| Octal | 104 | 275 | 272 | 100 | 0 | 2 | 32 | 263 | 60 | 62 |
| Binary | 1000100 | 10111101 | 10111010 | 1000000 | 0 | 10 | 11010 | 10110011 | 110000 | 110010 |
Color Harmonies of #44BDBA
Complementary color
Monochromatic Colors of #44BDBA
Black with #44BDBA
Text Example
Text Example
White with #44BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BDBA; }
p { color: rgb(68,189,186); }
H1.HeaderClassName
{
color: #44BDBA;
}
.AnyTagClassName
{
color: #44BDBA;
}
</style>
background-color css
<style>
a { background-color: #44BDBA; }
a { background-color: rgb(68,189,186); }
div.DivClassName
{
background-color: #44BDBA;
}
.BgClassName
{
background-color: #44BDBA;
}
</style>
border-color css
<style>
span { border-color: #44BDBA; }
span { border-color: rgb(68,189,186); }
td.TdClassName
{
border-color: #44BDBA;
}
.TagClassName
{
border-color: #44BDBA;
}
</style>