Shades of Medium Turquoise #44D0BC
Tints of Medium Turquoise #44D0BC
RGB
CMYK
RGB Variations
Color information
#44D0BC (or 0x44D0BC) is known color: Medium Turquoise. HEX triplet: 44, D0 and BC. RGB value is (68,208,188). Sum of RGB (Red+Green+Blue) = 68+208+188=464 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.66% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #44D0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D0BC is #BB2F43. Grayscale: #A3A3A3. Windows color (decimal): -12267332 or 12374084. OLE color: 12374084.
HSL color Cylindrical-coordinate representation of color #44D0BC: hue angle of 171.43º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44D0BC is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 208 | 188 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.18 |
| HSL | 171.43º | 0.6% | 0.54% | - |
| HSV(B) | 171.43º | 0.67% | 0.82% | - |
| XYZ | 34.02 | 49.97 | 55.43 | - |
| YUV | 163.86 | 141.62 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 208 | 188 | 0.67 | 0 | 0.10 | 0.18 | 171.43 | 0.6 | 0.54 |
| Hex | 44 | D0 | BC | 43 | 0 | A | 12 | AB | 3C | 36 |
| Octal | 104 | 320 | 274 | 103 | 0 | 12 | 22 | 253 | 74 | 66 |
| Binary | 1000100 | 11010000 | 10111100 | 1000011 | 0 | 1010 | 10010 | 10101011 | 111100 | 110110 |
Color Harmonies of #44D0BC
Complementary color
Monochromatic Colors of #44D0BC
Black with #44D0BC
Text Example
Text Example
White with #44D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D0BC; }
p { color: rgb(68,208,188); }
H1.HeaderClassName
{
color: #44D0BC;
}
.AnyTagClassName
{
color: #44D0BC;
}
</style>
background-color css
<style>
a { background-color: #44D0BC; }
a { background-color: rgb(68,208,188); }
div.DivClassName
{
background-color: #44D0BC;
}
.BgClassName
{
background-color: #44D0BC;
}
</style>
border-color css
<style>
span { border-color: #44D0BC; }
span { border-color: rgb(68,208,188); }
td.TdClassName
{
border-color: #44D0BC;
}
.TagClassName
{
border-color: #44D0BC;
}
</style>