Shades of Medium Turquoise #44CBBA
Tints of Medium Turquoise #44CBBA
RGB
CMYK
RGB Variations
Color information
#44CBBA (or 0x44CBBA) is known color: Medium Turquoise. HEX triplet: 44, CB and BA. RGB value is (68,203,186). Sum of RGB (Red+Green+Blue) = 68+203+186=457 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.88% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #44CBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CBBA is #BB3445. Grayscale: #A0A0A0. Windows color (decimal): -12268614 or 12241732. OLE color: 12241732.
HSL color Cylindrical-coordinate representation of color #44CBBA: hue angle of 172.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 #44CBBA is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 203 | 186 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.20 |
| HSL | 172.44º | 0.56% | 0.53% | - |
| HSV(B) | 172.44º | 0.67% | 0.8% | - |
| XYZ | 32.6 | 47.49 | 53.9 | - |
| YUV | 160.7 | 142.27 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 203 | 186 | 0.67 | 0 | 0.08 | 0.20 | 172.44 | 0.56 | 0.53 |
| Hex | 44 | CB | BA | 43 | 0 | 8 | 14 | AC | 38 | 35 |
| Octal | 104 | 313 | 272 | 103 | 0 | 10 | 24 | 254 | 70 | 65 |
| Binary | 1000100 | 11001011 | 10111010 | 1000011 | 0 | 1000 | 10100 | 10101100 | 111000 | 110101 |
Color Harmonies of #44CBBA
Complementary color
Monochromatic Colors of #44CBBA
Black with #44CBBA
Text Example
Text Example
White with #44CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CBBA; }
p { color: rgb(68,203,186); }
H1.HeaderClassName
{
color: #44CBBA;
}
.AnyTagClassName
{
color: #44CBBA;
}
</style>
background-color css
<style>
a { background-color: #44CBBA; }
a { background-color: rgb(68,203,186); }
div.DivClassName
{
background-color: #44CBBA;
}
.BgClassName
{
background-color: #44CBBA;
}
</style>
border-color css
<style>
span { border-color: #44CBBA; }
span { border-color: rgb(68,203,186); }
td.TdClassName
{
border-color: #44CBBA;
}
.TagClassName
{
border-color: #44CBBA;
}
</style>