Shades of Medium Turquoise #44CCC2
Tints of Medium Turquoise #44CCC2
RGB
CMYK
RGB Variations
Color information
#44CCC2 (or 0x44CCC2) is known color: Medium Turquoise. HEX triplet: 44, CC and C2. RGB value is (68,204,194). Sum of RGB (Red+Green+Blue) = 68+204+194=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #44CCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CCC2 is #BB333D. Grayscale: #A2A2A2. Windows color (decimal): -12268350 or 12766276. OLE color: 12766276.
HSL color Cylindrical-coordinate representation of color #44CCC2: hue angle of 175.59º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CCC2 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 204 | 194 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.2 |
| HSL | 175.59º | 0.57% | 0.53% | - |
| HSV(B) | 175.59º | 0.67% | 0.8% | - |
| XYZ | 33.71 | 48.31 | 58.59 | - |
| YUV | 162.2 | 145.94 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 204 | 194 | 0.67 | 0 | 0.05 | 0.2 | 175.59 | 0.57 | 0.53 |
| Hex | 44 | CC | C2 | 43 | 0 | 5 | 14 | B0 | 39 | 35 |
| Octal | 104 | 314 | 302 | 103 | 0 | 5 | 24 | 260 | 71 | 65 |
| Binary | 1000100 | 11001100 | 11000010 | 1000011 | 0 | 101 | 10100 | 10110000 | 111001 | 110101 |
Color Harmonies of #44CCC2
Complementary color
Monochromatic Colors of #44CCC2
Black with #44CCC2
Text Example
Text Example
White with #44CCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CCC2; }
p { color: rgb(68,204,194); }
H1.HeaderClassName
{
color: #44CCC2;
}
.AnyTagClassName
{
color: #44CCC2;
}
</style>
background-color css
<style>
a { background-color: #44CCC2; }
a { background-color: rgb(68,204,194); }
div.DivClassName
{
background-color: #44CCC2;
}
.BgClassName
{
background-color: #44CCC2;
}
</style>
border-color css
<style>
span { border-color: #44CCC2; }
span { border-color: rgb(68,204,194); }
td.TdClassName
{
border-color: #44CCC2;
}
.TagClassName
{
border-color: #44CCC2;
}
</style>