Shades of Medium Turquoise #44D0CF
Tints of Medium Turquoise #44D0CF
RGB
CMYK
RGB Variations
Color information
#44D0CF (or 0x44D0CF) is known color: Medium Turquoise. HEX triplet: 44, D0 and CF. RGB value is (68,208,207). Sum of RGB (Red+Green+Blue) = 68+208+207=483 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.08% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #44D0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D0CF is #BB2F30. Grayscale: #A5A5A5. Windows color (decimal): -12267313 or 13619268. OLE color: 13619268.
HSL color Cylindrical-coordinate representation of color #44D0CF: hue angle of 179.57º 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 #44D0CF is Cyan = 0.67, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 208 | 207 | - |
| CMYK | 0.67 | 0 | 0.00 | 0.18 |
| HSL | 179.57º | 0.6% | 0.54% | - |
| HSV(B) | 179.57º | 0.67% | 0.82% | - |
| XYZ | 36.2 | 50.85 | 66.94 | - |
| YUV | 166.03 | 151.12 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 208 | 207 | 0.67 | 0 | 0.00 | 0.18 | 179.57 | 0.6 | 0.54 |
| Hex | 44 | D0 | CF | 43 | 0 | 0 | 12 | B4 | 3C | 36 |
| Octal | 104 | 320 | 317 | 103 | 0 | 0 | 22 | 264 | 74 | 66 |
| Binary | 1000100 | 11010000 | 11001111 | 1000011 | 0 | 0 | 10010 | 10110100 | 111100 | 110110 |
Color Harmonies of #44D0CF
Complementary color
Monochromatic Colors of #44D0CF
Black with #44D0CF
Text Example
Text Example
White with #44D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D0CF; }
p { color: rgb(68,208,207); }
H1.HeaderClassName
{
color: #44D0CF;
}
.AnyTagClassName
{
color: #44D0CF;
}
</style>
background-color css
<style>
a { background-color: #44D0CF; }
a { background-color: rgb(68,208,207); }
div.DivClassName
{
background-color: #44D0CF;
}
.BgClassName
{
background-color: #44D0CF;
}
</style>
border-color css
<style>
span { border-color: #44D0CF; }
span { border-color: rgb(68,208,207); }
td.TdClassName
{
border-color: #44D0CF;
}
.TagClassName
{
border-color: #44D0CF;
}
</style>