Shades of Medium Turquoise #44D5CC
Tints of Medium Turquoise #44D5CC
RGB
CMYK
RGB Variations
Color information
#44D5CC (or 0x44D5CC) is known color: Medium Turquoise. HEX triplet: 44, D5 and CC. RGB value is (68,213,204). Sum of RGB (Red+Green+Blue) = 68+213+204=485 (64% of max value = 765). Red value is 68 (26.95% from 255 or 14.02% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #44D5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D5CC is #BB2A33. Grayscale: #A8A8A8. Windows color (decimal): -12266036 or 13423940. OLE color: 13423940.
HSL color Cylindrical-coordinate representation of color #44D5CC: hue angle of 176.28º 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 #44D5CC is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 213 | 204 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.16 |
| HSL | 176.28º | 0.63% | 0.55% | - |
| HSV(B) | 176.28º | 0.68% | 0.84% | - |
| XYZ | 37.08 | 53.18 | 65.44 | - |
| YUV | 168.62 | 147.96 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 213 | 204 | 0.68 | 0 | 0.04 | 0.16 | 176.28 | 0.63 | 0.55 |
| Hex | 44 | D5 | CC | 44 | 0 | 4 | 10 | B0 | 3F | 37 |
| Octal | 104 | 325 | 314 | 104 | 0 | 4 | 20 | 260 | 77 | 67 |
| Binary | 1000100 | 11010101 | 11001100 | 1000100 | 0 | 100 | 10000 | 10110000 | 111111 | 110111 |
Color Harmonies of #44D5CC
Complementary color
Monochromatic Colors of #44D5CC
Black with #44D5CC
Text Example
Text Example
White with #44D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D5CC; }
p { color: rgb(68,213,204); }
H1.HeaderClassName
{
color: #44D5CC;
}
.AnyTagClassName
{
color: #44D5CC;
}
</style>
background-color css
<style>
a { background-color: #44D5CC; }
a { background-color: rgb(68,213,204); }
div.DivClassName
{
background-color: #44D5CC;
}
.BgClassName
{
background-color: #44D5CC;
}
</style>
border-color css
<style>
span { border-color: #44D5CC; }
span { border-color: rgb(68,213,204); }
td.TdClassName
{
border-color: #44D5CC;
}
.TagClassName
{
border-color: #44D5CC;
}
</style>