Shades of Medium Turquoise #44D8BC
Tints of Medium Turquoise #44D8BC
RGB
CMYK
RGB Variations
Color information
#44D8BC (or 0x44D8BC) is known color: Medium Turquoise. HEX triplet: 44, D8 and BC. RGB value is (68,216,188). Sum of RGB (Red+Green+Blue) = 68+216+188=472 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.41% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #44D8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D8BC is #BB2743. Grayscale: #A8A8A8. Windows color (decimal): -12265284 or 12376132. OLE color: 12376132.
HSL color Cylindrical-coordinate representation of color #44D8BC: hue angle of 168.65º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44D8BC is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 216 | 188 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.15 |
| HSL | 168.65º | 0.65% | 0.56% | - |
| HSV(B) | 168.65º | 0.69% | 0.85% | - |
| XYZ | 36.02 | 53.97 | 56.1 | - |
| YUV | 168.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 216 | 188 | 0.69 | 0 | 0.13 | 0.15 | 168.65 | 0.65 | 0.56 |
| Hex | 44 | D8 | BC | 45 | 0 | D | F | A9 | 41 | 38 |
| Octal | 104 | 330 | 274 | 105 | 0 | 15 | 17 | 251 | 101 | 70 |
| Binary | 1000100 | 11011000 | 10111100 | 1000101 | 0 | 1101 | 1111 | 10101001 | 1000001 | 111000 |
Color Harmonies of #44D8BC
Complementary color
Monochromatic Colors of #44D8BC
Black with #44D8BC
Text Example
Text Example
White with #44D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D8BC; }
p { color: rgb(68,216,188); }
H1.HeaderClassName
{
color: #44D8BC;
}
.AnyTagClassName
{
color: #44D8BC;
}
</style>
background-color css
<style>
a { background-color: #44D8BC; }
a { background-color: rgb(68,216,188); }
div.DivClassName
{
background-color: #44D8BC;
}
.BgClassName
{
background-color: #44D8BC;
}
</style>
border-color css
<style>
span { border-color: #44D8BC; }
span { border-color: rgb(68,216,188); }
td.TdClassName
{
border-color: #44D8BC;
}
.TagClassName
{
border-color: #44D8BC;
}
</style>