Shades of Medium Turquoise #44D0C4
Tints of Medium Turquoise #44D0C4
RGB
CMYK
RGB Variations
Color information
#44D0C4 (or 0x44D0C4) is known color: Medium Turquoise. HEX triplet: 44, D0 and C4. RGB value is (68,208,196). Sum of RGB (Red+Green+Blue) = 68+208+196=472 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.41% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #44D0C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D0C4 is #BB2F3B. Grayscale: #A4A4A4. Windows color (decimal): -12267324 or 12898372. OLE color: 12898372.
HSL color Cylindrical-coordinate representation of color #44D0C4: hue angle of 174.86º 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 #44D0C4 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 208 | 196 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.18 |
| HSL | 174.86º | 0.6% | 0.54% | - |
| HSV(B) | 174.86º | 0.67% | 0.82% | - |
| XYZ | 34.9 | 50.33 | 60.1 | - |
| YUV | 164.77 | 145.62 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 208 | 196 | 0.67 | 0 | 0.06 | 0.18 | 174.86 | 0.6 | 0.54 |
| Hex | 44 | D0 | C4 | 43 | 0 | 6 | 12 | AF | 3C | 36 |
| Octal | 104 | 320 | 304 | 103 | 0 | 6 | 22 | 257 | 74 | 66 |
| Binary | 1000100 | 11010000 | 11000100 | 1000011 | 0 | 110 | 10010 | 10101111 | 111100 | 110110 |
Color Harmonies of #44D0C4
Complementary color
Monochromatic Colors of #44D0C4
Black with #44D0C4
Text Example
Text Example
White with #44D0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D0C4; }
p { color: rgb(68,208,196); }
H1.HeaderClassName
{
color: #44D0C4;
}
.AnyTagClassName
{
color: #44D0C4;
}
</style>
background-color css
<style>
a { background-color: #44D0C4; }
a { background-color: rgb(68,208,196); }
div.DivClassName
{
background-color: #44D0C4;
}
.BgClassName
{
background-color: #44D0C4;
}
</style>
border-color css
<style>
span { border-color: #44D0C4; }
span { border-color: rgb(68,208,196); }
td.TdClassName
{
border-color: #44D0C4;
}
.TagClassName
{
border-color: #44D0C4;
}
</style>