Shades of Medium Turquoise #44CDC9
Tints of Medium Turquoise #44CDC9
RGB
CMYK
RGB Variations
Color information
#44CDC9 (or 0x44CDC9) is known color: Medium Turquoise. HEX triplet: 44, CD and C9. RGB value is (68,205,201). Sum of RGB (Red+Green+Blue) = 68+205+201=474 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.35% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #44CDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CDC9 is #BB3236. Grayscale: #A3A3A3. Windows color (decimal): -12268087 or 13225284. OLE color: 13225284.
HSL color Cylindrical-coordinate representation of color #44CDC9: hue angle of 178.25º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CDC9 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 205 | 201 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.20 |
| HSL | 178.25º | 0.58% | 0.54% | - |
| HSV(B) | 178.25º | 0.67% | 0.8% | - |
| XYZ | 34.76 | 49.11 | 62.91 | - |
| YUV | 163.58 | 149.11 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 205 | 201 | 0.67 | 0 | 0.02 | 0.20 | 178.25 | 0.58 | 0.54 |
| Hex | 44 | CD | C9 | 43 | 0 | 2 | 14 | B2 | 3A | 36 |
| Octal | 104 | 315 | 311 | 103 | 0 | 2 | 24 | 262 | 72 | 66 |
| Binary | 1000100 | 11001101 | 11001001 | 1000011 | 0 | 10 | 10100 | 10110010 | 111010 | 110110 |
Color Harmonies of #44CDC9
Complementary color
Monochromatic Colors of #44CDC9
Black with #44CDC9
Text Example
Text Example
White with #44CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CDC9; }
p { color: rgb(68,205,201); }
H1.HeaderClassName
{
color: #44CDC9;
}
.AnyTagClassName
{
color: #44CDC9;
}
</style>
background-color css
<style>
a { background-color: #44CDC9; }
a { background-color: rgb(68,205,201); }
div.DivClassName
{
background-color: #44CDC9;
}
.BgClassName
{
background-color: #44CDC9;
}
</style>
border-color css
<style>
span { border-color: #44CDC9; }
span { border-color: rgb(68,205,201); }
td.TdClassName
{
border-color: #44CDC9;
}
.TagClassName
{
border-color: #44CDC9;
}
</style>