Shades of Medium Turquoise #44CFBC
Tints of Medium Turquoise #44CFBC
RGB
CMYK
RGB Variations
Color information
#44CFBC (or 0x44CFBC) is known color: Medium Turquoise. HEX triplet: 44, CF and BC. RGB value is (68,207,188). Sum of RGB (Red+Green+Blue) = 68+207+188=463 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.69% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #44CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CFBC is #BB3043. Grayscale: #A3A3A3. Windows color (decimal): -12267588 or 12373828. OLE color: 12373828.
HSL color Cylindrical-coordinate representation of color #44CFBC: hue angle of 171.8º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CFBC is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 207 | 188 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.19 |
| HSL | 171.8º | 0.59% | 0.54% | - |
| HSV(B) | 171.8º | 0.67% | 0.81% | - |
| XYZ | 33.77 | 49.49 | 55.35 | - |
| YUV | 163.27 | 141.95 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 188 | 0.67 | 0 | 0.09 | 0.19 | 171.8 | 0.59 | 0.54 |
| Hex | 44 | CF | BC | 43 | 0 | 9 | 13 | AC | 3B | 36 |
| Octal | 104 | 317 | 274 | 103 | 0 | 11 | 23 | 254 | 73 | 66 |
| Binary | 1000100 | 11001111 | 10111100 | 1000011 | 0 | 1001 | 10011 | 10101100 | 111011 | 110110 |
Color Harmonies of #44CFBC
Complementary color
Monochromatic Colors of #44CFBC
Black with #44CFBC
Text Example
Text Example
White with #44CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CFBC; }
p { color: rgb(68,207,188); }
H1.HeaderClassName
{
color: #44CFBC;
}
.AnyTagClassName
{
color: #44CFBC;
}
</style>
background-color css
<style>
a { background-color: #44CFBC; }
a { background-color: rgb(68,207,188); }
div.DivClassName
{
background-color: #44CFBC;
}
.BgClassName
{
background-color: #44CFBC;
}
</style>
border-color css
<style>
span { border-color: #44CFBC; }
span { border-color: rgb(68,207,188); }
td.TdClassName
{
border-color: #44CFBC;
}
.TagClassName
{
border-color: #44CFBC;
}
</style>