Shades of Medium Turquoise #44D7BF
Tints of Medium Turquoise #44D7BF
RGB
CMYK
RGB Variations
Color information
#44D7BF (or 0x44D7BF) is known color: Medium Turquoise. HEX triplet: 44, D7 and BF. RGB value is (68,215,191). Sum of RGB (Red+Green+Blue) = 68+215+191=474 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.35% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #44D7BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D7BF is #BB2840. Grayscale: #A8A8A8. Windows color (decimal): -12265537 or 12572484. OLE color: 12572484.
HSL color Cylindrical-coordinate representation of color #44D7BF: hue angle of 170.2º 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 #44D7BF is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 215 | 191 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.16 |
| HSL | 170.2º | 0.65% | 0.55% | - |
| HSV(B) | 170.2º | 0.68% | 0.84% | - |
| XYZ | 36.09 | 53.59 | 57.73 | - |
| YUV | 168.31 | 140.8 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 215 | 191 | 0.68 | 0 | 0.11 | 0.16 | 170.2 | 0.65 | 0.55 |
| Hex | 44 | D7 | BF | 44 | 0 | B | 10 | AA | 41 | 37 |
| Octal | 104 | 327 | 277 | 104 | 0 | 13 | 20 | 252 | 101 | 67 |
| Binary | 1000100 | 11010111 | 10111111 | 1000100 | 0 | 1011 | 10000 | 10101010 | 1000001 | 110111 |
Color Harmonies of #44D7BF
Complementary color
Monochromatic Colors of #44D7BF
Black with #44D7BF
Text Example
Text Example
White with #44D7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D7BF; }
p { color: rgb(68,215,191); }
H1.HeaderClassName
{
color: #44D7BF;
}
.AnyTagClassName
{
color: #44D7BF;
}
</style>
background-color css
<style>
a { background-color: #44D7BF; }
a { background-color: rgb(68,215,191); }
div.DivClassName
{
background-color: #44D7BF;
}
.BgClassName
{
background-color: #44D7BF;
}
</style>
border-color css
<style>
span { border-color: #44D7BF; }
span { border-color: rgb(68,215,191); }
td.TdClassName
{
border-color: #44D7BF;
}
.TagClassName
{
border-color: #44D7BF;
}
</style>