Shades of Medium Turquoise #44CABA
Tints of Medium Turquoise #44CABA
RGB
CMYK
RGB Variations
Color information
#44CABA (or 0x44CABA) is known color: Medium Turquoise. HEX triplet: 44, CA and BA. RGB value is (68,202,186). Sum of RGB (Red+Green+Blue) = 68+202+186=456 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.91% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #44CABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CABA is #BB3545. Grayscale: #A0A0A0. Windows color (decimal): -12268870 or 12241476. OLE color: 12241476.
HSL color Cylindrical-coordinate representation of color #44CABA: hue angle of 172.84º 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 #44CABA is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 186 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.21 |
| HSL | 172.84º | 0.56% | 0.53% | - |
| HSV(B) | 172.84º | 0.66% | 0.79% | - |
| XYZ | 32.37 | 47.02 | 53.82 | - |
| YUV | 160.11 | 142.61 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 186 | 0.66 | 0 | 0.08 | 0.21 | 172.84 | 0.56 | 0.53 |
| Hex | 44 | CA | BA | 42 | 0 | 8 | 15 | AD | 38 | 35 |
| Octal | 104 | 312 | 272 | 102 | 0 | 10 | 25 | 255 | 70 | 65 |
| Binary | 1000100 | 11001010 | 10111010 | 1000010 | 0 | 1000 | 10101 | 10101101 | 111000 | 110101 |
Color Harmonies of #44CABA
Complementary color
Monochromatic Colors of #44CABA
Black with #44CABA
Text Example
Text Example
White with #44CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CABA; }
p { color: rgb(68,202,186); }
H1.HeaderClassName
{
color: #44CABA;
}
.AnyTagClassName
{
color: #44CABA;
}
</style>
background-color css
<style>
a { background-color: #44CABA; }
a { background-color: rgb(68,202,186); }
div.DivClassName
{
background-color: #44CABA;
}
.BgClassName
{
background-color: #44CABA;
}
</style>
border-color css
<style>
span { border-color: #44CABA; }
span { border-color: rgb(68,202,186); }
td.TdClassName
{
border-color: #44CABA;
}
.TagClassName
{
border-color: #44CABA;
}
</style>