Shades of Medium Turquoise #44D7BD
Tints of Medium Turquoise #44D7BD
RGB
CMYK
RGB Variations
Color information
#44D7BD (or 0x44D7BD) is known color: Medium Turquoise. HEX triplet: 44, D7 and BD. RGB value is (68,215,189). Sum of RGB (Red+Green+Blue) = 68+215+189=472 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.41% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #44D7BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D7BD is #BB2842. Grayscale: #A8A8A8. Windows color (decimal): -12265539 or 12441412. OLE color: 12441412.
HSL color Cylindrical-coordinate representation of color #44D7BD: hue angle of 169.39º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D7BD is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 215 | 189 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.16 |
| HSL | 169.39º | 0.65% | 0.55% | - |
| HSV(B) | 169.39º | 0.68% | 0.84% | - |
| XYZ | 35.87 | 53.5 | 56.58 | - |
| YUV | 168.08 | 139.8 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 215 | 189 | 0.68 | 0 | 0.12 | 0.16 | 169.39 | 0.65 | 0.55 |
| Hex | 44 | D7 | BD | 44 | 0 | C | 10 | A9 | 41 | 37 |
| Octal | 104 | 327 | 275 | 104 | 0 | 14 | 20 | 251 | 101 | 67 |
| Binary | 1000100 | 11010111 | 10111101 | 1000100 | 0 | 1100 | 10000 | 10101001 | 1000001 | 110111 |
Color Harmonies of #44D7BD
Complementary color
Monochromatic Colors of #44D7BD
Black with #44D7BD
Text Example
Text Example
White with #44D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D7BD; }
p { color: rgb(68,215,189); }
H1.HeaderClassName
{
color: #44D7BD;
}
.AnyTagClassName
{
color: #44D7BD;
}
</style>
background-color css
<style>
a { background-color: #44D7BD; }
a { background-color: rgb(68,215,189); }
div.DivClassName
{
background-color: #44D7BD;
}
.BgClassName
{
background-color: #44D7BD;
}
</style>
border-color css
<style>
span { border-color: #44D7BD; }
span { border-color: rgb(68,215,189); }
td.TdClassName
{
border-color: #44D7BD;
}
.TagClassName
{
border-color: #44D7BD;
}
</style>