Shades of Medium Turquoise #44D3BB
Tints of Medium Turquoise #44D3BB
RGB
CMYK
RGB Variations
Color information
#44D3BB (or 0x44D3BB) is known color: Medium Turquoise. HEX triplet: 44, D3 and BB. RGB value is (68,211,187). Sum of RGB (Red+Green+Blue) = 68+211+187=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 211 - color contains mainly: green. Hex color #44D3BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D3BB is #BB2C44. Grayscale: #A5A5A5. Windows color (decimal): -12266565 or 12309316. OLE color: 12309316.
HSL color Cylindrical-coordinate representation of color #44D3BB: hue angle of 169.93º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D3BB is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 68 | 211 | 187 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.17 |
| HSL | 169.93º | 0.62% | 0.55% | - |
| HSV(B) | 169.93º | 0.68% | 0.83% | - |
| XYZ | 34.65 | 51.41 | 55.11 | - |
| YUV | 165.51 | 140.12 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 211 | 187 | 0.68 | 0 | 0.11 | 0.17 | 169.93 | 0.62 | 0.55 |
| Hex | 44 | D3 | BB | 44 | 0 | B | 11 | AA | 3E | 37 |
| Octal | 104 | 323 | 273 | 104 | 0 | 13 | 21 | 252 | 76 | 67 |
| Binary | 1000100 | 11010011 | 10111011 | 1000100 | 0 | 1011 | 10001 | 10101010 | 111110 | 110111 |
Color Harmonies of #44D3BB
Complementary color
Monochromatic Colors of #44D3BB
Black with #44D3BB
Text Example
Text Example
White with #44D3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D3BB; }
p { color: rgb(68,211,187); }
H1.HeaderClassName
{
color: #44D3BB;
}
.AnyTagClassName
{
color: #44D3BB;
}
</style>
background-color css
<style>
a { background-color: #44D3BB; }
a { background-color: rgb(68,211,187); }
div.DivClassName
{
background-color: #44D3BB;
}
.BgClassName
{
background-color: #44D3BB;
}
</style>
border-color css
<style>
span { border-color: #44D3BB; }
span { border-color: rgb(68,211,187); }
td.TdClassName
{
border-color: #44D3BB;
}
.TagClassName
{
border-color: #44D3BB;
}
</style>