Shades of Medium Turquoise #44CAC3
Tints of Medium Turquoise #44CAC3
RGB
CMYK
RGB Variations
Color information
#44CAC3 (or 0x44CAC3) is known color: Medium Turquoise. HEX triplet: 44, CA and C3. RGB value is (68,202,195). Sum of RGB (Red+Green+Blue) = 68+202+195=465 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.62% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #44CAC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CAC3 is #BB353C. Grayscale: #A1A1A1. Windows color (decimal): -12268861 or 12831300. OLE color: 12831300.
HSL color Cylindrical-coordinate representation of color #44CAC3: hue angle of 176.87º 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 #44CAC3 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 195 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.21 |
| HSL | 176.87º | 0.56% | 0.53% | - |
| HSV(B) | 176.87º | 0.66% | 0.79% | - |
| XYZ | 33.35 | 47.41 | 59.02 | - |
| YUV | 161.14 | 147.11 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 195 | 0.66 | 0 | 0.03 | 0.21 | 176.87 | 0.56 | 0.53 |
| Hex | 44 | CA | C3 | 42 | 0 | 3 | 15 | B1 | 38 | 35 |
| Octal | 104 | 312 | 303 | 102 | 0 | 3 | 25 | 261 | 70 | 65 |
| Binary | 1000100 | 11001010 | 11000011 | 1000010 | 0 | 11 | 10101 | 10110001 | 111000 | 110101 |
Color Harmonies of #44CAC3
Complementary color
Monochromatic Colors of #44CAC3
Black with #44CAC3
Text Example
Text Example
White with #44CAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CAC3; }
p { color: rgb(68,202,195); }
H1.HeaderClassName
{
color: #44CAC3;
}
.AnyTagClassName
{
color: #44CAC3;
}
</style>
background-color css
<style>
a { background-color: #44CAC3; }
a { background-color: rgb(68,202,195); }
div.DivClassName
{
background-color: #44CAC3;
}
.BgClassName
{
background-color: #44CAC3;
}
</style>
border-color css
<style>
span { border-color: #44CAC3; }
span { border-color: rgb(68,202,195); }
td.TdClassName
{
border-color: #44CAC3;
}
.TagClassName
{
border-color: #44CAC3;
}
</style>