Shades of Medium Turquoise #44D1CF
Tints of Medium Turquoise #44D1CF
RGB
CMYK
RGB Variations
Color information
#44D1CF (or 0x44D1CF) is known color: Medium Turquoise. HEX triplet: 44, D1 and CF. RGB value is (68,209,207). Sum of RGB (Red+Green+Blue) = 68+209+207=484 (64% of max value = 765). Red value is 68 (26.95% from 255 or 14.05% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #44D1CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D1CF is #BB2E30. Grayscale: #A6A6A6. Windows color (decimal): -12267057 or 13619524. OLE color: 13619524.
HSL color Cylindrical-coordinate representation of color #44D1CF: hue angle of 179.15º degrees, saturation: 0.61, 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 #44D1CF is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 209 | 207 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.18 |
| HSL | 179.15º | 0.61% | 0.54% | - |
| HSV(B) | 179.15º | 0.67% | 0.82% | - |
| XYZ | 36.45 | 51.33 | 67.02 | - |
| YUV | 166.61 | 150.79 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 209 | 207 | 0.67 | 0 | 0.01 | 0.18 | 179.15 | 0.61 | 0.54 |
| Hex | 44 | D1 | CF | 43 | 0 | 1 | 12 | B3 | 3D | 36 |
| Octal | 104 | 321 | 317 | 103 | 0 | 1 | 22 | 263 | 75 | 66 |
| Binary | 1000100 | 11010001 | 11001111 | 1000011 | 0 | 1 | 10010 | 10110011 | 111101 | 110110 |
Color Harmonies of #44D1CF
Complementary color
Monochromatic Colors of #44D1CF
Black with #44D1CF
Text Example
Text Example
White with #44D1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D1CF; }
p { color: rgb(68,209,207); }
H1.HeaderClassName
{
color: #44D1CF;
}
.AnyTagClassName
{
color: #44D1CF;
}
</style>
background-color css
<style>
a { background-color: #44D1CF; }
a { background-color: rgb(68,209,207); }
div.DivClassName
{
background-color: #44D1CF;
}
.BgClassName
{
background-color: #44D1CF;
}
</style>
border-color css
<style>
span { border-color: #44D1CF; }
span { border-color: rgb(68,209,207); }
td.TdClassName
{
border-color: #44D1CF;
}
.TagClassName
{
border-color: #44D1CF;
}
</style>