Shades of Medium Turquoise #44D5BC
Tints of Medium Turquoise #44D5BC
RGB
CMYK
RGB Variations
Color information
#44D5BC (or 0x44D5BC) is known color: Medium Turquoise. HEX triplet: 44, D5 and BC. RGB value is (68,213,188). Sum of RGB (Red+Green+Blue) = 68+213+188=469 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.50% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #44D5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D5BC is #BB2A43. Grayscale: #A6A6A6. Windows color (decimal): -12266052 or 12375364. OLE color: 12375364.
HSL color Cylindrical-coordinate representation of color #44D5BC: hue angle of 169.66º degrees, saturation: 0.63, 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 #44D5BC is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 213 | 188 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.16 |
| HSL | 169.66º | 0.63% | 0.55% | - |
| HSV(B) | 169.66º | 0.68% | 0.84% | - |
| XYZ | 35.26 | 52.45 | 55.84 | - |
| YUV | 166.8 | 139.96 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 213 | 188 | 0.68 | 0 | 0.12 | 0.16 | 169.66 | 0.63 | 0.55 |
| Hex | 44 | D5 | BC | 44 | 0 | C | 10 | AA | 3F | 37 |
| Octal | 104 | 325 | 274 | 104 | 0 | 14 | 20 | 252 | 77 | 67 |
| Binary | 1000100 | 11010101 | 10111100 | 1000100 | 0 | 1100 | 10000 | 10101010 | 111111 | 110111 |
Color Harmonies of #44D5BC
Complementary color
Monochromatic Colors of #44D5BC
Black with #44D5BC
Text Example
Text Example
White with #44D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D5BC; }
p { color: rgb(68,213,188); }
H1.HeaderClassName
{
color: #44D5BC;
}
.AnyTagClassName
{
color: #44D5BC;
}
</style>
background-color css
<style>
a { background-color: #44D5BC; }
a { background-color: rgb(68,213,188); }
div.DivClassName
{
background-color: #44D5BC;
}
.BgClassName
{
background-color: #44D5BC;
}
</style>
border-color css
<style>
span { border-color: #44D5BC; }
span { border-color: rgb(68,213,188); }
td.TdClassName
{
border-color: #44D5BC;
}
.TagClassName
{
border-color: #44D5BC;
}
</style>