Shades of Medium Turquoise #44D0CC
Tints of Medium Turquoise #44D0CC
RGB
CMYK
RGB Variations
Color information
#44D0CC (or 0x44D0CC) is known color: Medium Turquoise. HEX triplet: 44, D0 and CC. RGB value is (68,208,204). Sum of RGB (Red+Green+Blue) = 68+208+204=480 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.17% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #44D0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D0CC is #BB2F33. Grayscale: #A5A5A5. Windows color (decimal): -12267316 or 13422660. OLE color: 13422660.
HSL color Cylindrical-coordinate representation of color #44D0CC: hue angle of 178.29º 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 #44D0CC is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 208 | 204 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.18 |
| HSL | 178.29º | 0.6% | 0.54% | - |
| HSV(B) | 178.29º | 0.67% | 0.82% | - |
| XYZ | 35.84 | 50.7 | 65.02 | - |
| YUV | 165.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 208 | 204 | 0.67 | 0 | 0.02 | 0.18 | 178.29 | 0.6 | 0.54 |
| Hex | 44 | D0 | CC | 43 | 0 | 2 | 12 | B2 | 3C | 36 |
| Octal | 104 | 320 | 314 | 103 | 0 | 2 | 22 | 262 | 74 | 66 |
| Binary | 1000100 | 11010000 | 11001100 | 1000011 | 0 | 10 | 10010 | 10110010 | 111100 | 110110 |
Color Harmonies of #44D0CC
Complementary color
Monochromatic Colors of #44D0CC
Black with #44D0CC
Text Example
Text Example
White with #44D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D0CC; }
p { color: rgb(68,208,204); }
H1.HeaderClassName
{
color: #44D0CC;
}
.AnyTagClassName
{
color: #44D0CC;
}
</style>
background-color css
<style>
a { background-color: #44D0CC; }
a { background-color: rgb(68,208,204); }
div.DivClassName
{
background-color: #44D0CC;
}
.BgClassName
{
background-color: #44D0CC;
}
</style>
border-color css
<style>
span { border-color: #44D0CC; }
span { border-color: rgb(68,208,204); }
td.TdClassName
{
border-color: #44D0CC;
}
.TagClassName
{
border-color: #44D0CC;
}
</style>