Shades of Medium Turquoise #44CABB
Tints of Medium Turquoise #44CABB
RGB
CMYK
RGB Variations
Color information
#44CABB (or 0x44CABB) is known color: Medium Turquoise. HEX triplet: 44, CA and BB. RGB value is (68,202,187). Sum of RGB (Red+Green+Blue) = 68+202+187=457 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.88% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #44CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CABB is #BB3544. Grayscale: #A0A0A0. Windows color (decimal): -12268869 or 12307012. OLE color: 12307012.
HSL color Cylindrical-coordinate representation of color #44CABB: hue angle of 173.28º 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 #44CABB is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 187 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.21 |
| HSL | 173.28º | 0.56% | 0.53% | - |
| HSV(B) | 173.28º | 0.66% | 0.79% | - |
| XYZ | 32.47 | 47.06 | 54.39 | - |
| YUV | 160.22 | 143.11 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 187 | 0.66 | 0 | 0.07 | 0.21 | 173.28 | 0.56 | 0.53 |
| Hex | 44 | CA | BB | 42 | 0 | 7 | 15 | AD | 38 | 35 |
| Octal | 104 | 312 | 273 | 102 | 0 | 7 | 25 | 255 | 70 | 65 |
| Binary | 1000100 | 11001010 | 10111011 | 1000010 | 0 | 111 | 10101 | 10101101 | 111000 | 110101 |
Color Harmonies of #44CABB
Complementary color
Monochromatic Colors of #44CABB
Black with #44CABB
Text Example
Text Example
White with #44CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CABB; }
p { color: rgb(68,202,187); }
H1.HeaderClassName
{
color: #44CABB;
}
.AnyTagClassName
{
color: #44CABB;
}
</style>
background-color css
<style>
a { background-color: #44CABB; }
a { background-color: rgb(68,202,187); }
div.DivClassName
{
background-color: #44CABB;
}
.BgClassName
{
background-color: #44CABB;
}
</style>
border-color css
<style>
span { border-color: #44CABB; }
span { border-color: rgb(68,202,187); }
td.TdClassName
{
border-color: #44CABB;
}
.TagClassName
{
border-color: #44CABB;
}
</style>