Shades of Medium Turquoise #44CAC5
Tints of Medium Turquoise #44CAC5
RGB
CMYK
RGB Variations
Color information
#44CAC5 (or 0x44CAC5) is known color: Medium Turquoise. HEX triplet: 44, CA and C5. RGB value is (68,202,197). Sum of RGB (Red+Green+Blue) = 68+202+197=467 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.56% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #44CAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CAC5 is #BB353A. Grayscale: #A1A1A1. Windows color (decimal): -12268859 or 12962372. OLE color: 12962372.
HSL color Cylindrical-coordinate representation of color #44CAC5: hue angle of 177.76º 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 #44CAC5 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 197 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.21 |
| HSL | 177.76º | 0.56% | 0.53% | - |
| HSV(B) | 177.76º | 0.66% | 0.79% | - |
| XYZ | 33.58 | 47.5 | 60.22 | - |
| YUV | 161.36 | 148.11 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 197 | 0.66 | 0 | 0.02 | 0.21 | 177.76 | 0.56 | 0.53 |
| Hex | 44 | CA | C5 | 42 | 0 | 2 | 15 | B2 | 38 | 35 |
| Octal | 104 | 312 | 305 | 102 | 0 | 2 | 25 | 262 | 70 | 65 |
| Binary | 1000100 | 11001010 | 11000101 | 1000010 | 0 | 10 | 10101 | 10110010 | 111000 | 110101 |
Color Harmonies of #44CAC5
Complementary color
Monochromatic Colors of #44CAC5
Black with #44CAC5
Text Example
Text Example
White with #44CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CAC5; }
p { color: rgb(68,202,197); }
H1.HeaderClassName
{
color: #44CAC5;
}
.AnyTagClassName
{
color: #44CAC5;
}
</style>
background-color css
<style>
a { background-color: #44CAC5; }
a { background-color: rgb(68,202,197); }
div.DivClassName
{
background-color: #44CAC5;
}
.BgClassName
{
background-color: #44CAC5;
}
</style>
border-color css
<style>
span { border-color: #44CAC5; }
span { border-color: rgb(68,202,197); }
td.TdClassName
{
border-color: #44CAC5;
}
.TagClassName
{
border-color: #44CAC5;
}
</style>