Shades of Medium Turquoise #44CAC9
Tints of Medium Turquoise #44CAC9
RGB
CMYK
RGB Variations
Color information
#44CAC9 (or 0x44CAC9) is known color: Medium Turquoise. HEX triplet: 44, CA and C9. RGB value is (68,202,201). Sum of RGB (Red+Green+Blue) = 68+202+201=471 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.44% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #44CAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CAC9 is #BB3536. Grayscale: #A1A1A1. Windows color (decimal): -12268855 or 13224516. OLE color: 13224516.
HSL color Cylindrical-coordinate representation of color #44CAC9: hue angle of 179.55º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44CAC9 is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 201 | - |
| CMYK | 0.66 | 0 | 0.00 | 0.21 |
| HSL | 179.55º | 0.56% | 0.53% | - |
| HSV(B) | 179.55º | 0.66% | 0.79% | - |
| XYZ | 34.05 | 47.69 | 62.67 | - |
| YUV | 161.82 | 150.11 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 201 | 0.66 | 0 | 0.00 | 0.21 | 179.55 | 0.56 | 0.53 |
| Hex | 44 | CA | C9 | 42 | 0 | 0 | 15 | B4 | 38 | 35 |
| Octal | 104 | 312 | 311 | 102 | 0 | 0 | 25 | 264 | 70 | 65 |
| Binary | 1000100 | 11001010 | 11001001 | 1000010 | 0 | 0 | 10101 | 10110100 | 111000 | 110101 |
Color Harmonies of #44CAC9
Complementary color
Monochromatic Colors of #44CAC9
Black with #44CAC9
Text Example
Text Example
White with #44CAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CAC9; }
p { color: rgb(68,202,201); }
H1.HeaderClassName
{
color: #44CAC9;
}
.AnyTagClassName
{
color: #44CAC9;
}
</style>
background-color css
<style>
a { background-color: #44CAC9; }
a { background-color: rgb(68,202,201); }
div.DivClassName
{
background-color: #44CAC9;
}
.BgClassName
{
background-color: #44CAC9;
}
</style>
border-color css
<style>
span { border-color: #44CAC9; }
span { border-color: rgb(68,202,201); }
td.TdClassName
{
border-color: #44CAC9;
}
.TagClassName
{
border-color: #44CAC9;
}
</style>