Shades of Medium Turquoise #44CAB4
Tints of Medium Turquoise #44CAB4
RGB
CMYK
RGB Variations
Color information
#44CAB4 (or 0x44CAB4) is known color: Medium Turquoise. HEX triplet: 44, CA and B4. RGB value is (68,202,180). Sum of RGB (Red+Green+Blue) = 68+202+180=450 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.11% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #44CAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CAB4 is #BB354B. Grayscale: #9F9F9F. Windows color (decimal): -12268876 or 11848260. OLE color: 11848260.
HSL color Cylindrical-coordinate representation of color #44CAB4: hue angle of 170.15º 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 #44CAB4 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 180 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.21 |
| HSL | 170.15º | 0.56% | 0.53% | - |
| HSV(B) | 170.15º | 0.66% | 0.79% | - |
| XYZ | 31.74 | 46.77 | 50.53 | - |
| YUV | 159.43 | 139.61 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 180 | 0.66 | 0 | 0.11 | 0.21 | 170.15 | 0.56 | 0.53 |
| Hex | 44 | CA | B4 | 42 | 0 | B | 15 | AA | 38 | 35 |
| Octal | 104 | 312 | 264 | 102 | 0 | 13 | 25 | 252 | 70 | 65 |
| Binary | 1000100 | 11001010 | 10110100 | 1000010 | 0 | 1011 | 10101 | 10101010 | 111000 | 110101 |
Color Harmonies of #44CAB4
Complementary color
Monochromatic Colors of #44CAB4
Black with #44CAB4
Text Example
Text Example
White with #44CAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CAB4; }
p { color: rgb(68,202,180); }
H1.HeaderClassName
{
color: #44CAB4;
}
.AnyTagClassName
{
color: #44CAB4;
}
</style>
background-color css
<style>
a { background-color: #44CAB4; }
a { background-color: rgb(68,202,180); }
div.DivClassName
{
background-color: #44CAB4;
}
.BgClassName
{
background-color: #44CAB4;
}
</style>
border-color css
<style>
span { border-color: #44CAB4; }
span { border-color: rgb(68,202,180); }
td.TdClassName
{
border-color: #44CAB4;
}
.TagClassName
{
border-color: #44CAB4;
}
</style>