Shades of Medium Turquoise #44C1CB
Tints of Medium Turquoise #44C1CB
RGB
CMYK
RGB Variations
Color information
#44C1CB (or 0x44C1CB) is known color: Medium Turquoise. HEX triplet: 44, C1 and CB. RGB value is (68,193,203). Sum of RGB (Red+Green+Blue) = 68+193+203=464 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.66% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #44C1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C1CB is #BB3E34. Grayscale: #9C9C9C. Windows color (decimal): -12271157 or 13353284. OLE color: 13353284.
HSL color Cylindrical-coordinate representation of color #44C1CB: hue angle of 184.44º degrees, saturation: 0.56, 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 #44C1CB is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 193 | 203 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.20 |
| HSL | 184.44º | 0.56% | 0.53% | - |
| HSV(B) | 184.44º | 0.67% | 0.8% | - |
| XYZ | 32.23 | 43.68 | 63.23 | - |
| YUV | 156.77 | 154.09 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 193 | 203 | 0.67 | 0.05 | 0 | 0.20 | 184.44 | 0.56 | 0.53 |
| Hex | 44 | C1 | CB | 43 | 5 | 0 | 14 | B8 | 38 | 35 |
| Octal | 104 | 301 | 313 | 103 | 5 | 0 | 24 | 270 | 70 | 65 |
| Binary | 1000100 | 11000001 | 11001011 | 1000011 | 101 | 0 | 10100 | 10111000 | 111000 | 110101 |
Color Harmonies of #44C1CB
Complementary color
Monochromatic Colors of #44C1CB
Black with #44C1CB
Text Example
Text Example
White with #44C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C1CB; }
p { color: rgb(68,193,203); }
H1.HeaderClassName
{
color: #44C1CB;
}
.AnyTagClassName
{
color: #44C1CB;
}
</style>
background-color css
<style>
a { background-color: #44C1CB; }
a { background-color: rgb(68,193,203); }
div.DivClassName
{
background-color: #44C1CB;
}
.BgClassName
{
background-color: #44C1CB;
}
</style>
border-color css
<style>
span { border-color: #44C1CB; }
span { border-color: rgb(68,193,203); }
td.TdClassName
{
border-color: #44C1CB;
}
.TagClassName
{
border-color: #44C1CB;
}
</style>