Shades of Medium Turquoise #44CFBF
Tints of Medium Turquoise #44CFBF
RGB
CMYK
RGB Variations
Color information
#44CFBF (or 0x44CFBF) is known color: Medium Turquoise. HEX triplet: 44, CF and BF. RGB value is (68,207,191). Sum of RGB (Red+Green+Blue) = 68+207+191=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #44CFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CFBF is #BB3040. Grayscale: #A3A3A3. Windows color (decimal): -12267585 or 12570436. OLE color: 12570436.
HSL color Cylindrical-coordinate representation of color #44CFBF: hue angle of 173.09º 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 #44CFBF is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 207 | 191 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.19 |
| HSL | 173.09º | 0.59% | 0.54% | - |
| HSV(B) | 173.09º | 0.67% | 0.81% | - |
| XYZ | 34.1 | 49.62 | 57.07 | - |
| YUV | 163.62 | 143.45 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 191 | 0.67 | 0 | 0.08 | 0.19 | 173.09 | 0.59 | 0.54 |
| Hex | 44 | CF | BF | 43 | 0 | 8 | 13 | AD | 3B | 36 |
| Octal | 104 | 317 | 277 | 103 | 0 | 10 | 23 | 255 | 73 | 66 |
| Binary | 1000100 | 11001111 | 10111111 | 1000011 | 0 | 1000 | 10011 | 10101101 | 111011 | 110110 |
Color Harmonies of #44CFBF
Complementary color
Monochromatic Colors of #44CFBF
Black with #44CFBF
Text Example
Text Example
White with #44CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CFBF; }
p { color: rgb(68,207,191); }
H1.HeaderClassName
{
color: #44CFBF;
}
.AnyTagClassName
{
color: #44CFBF;
}
</style>
background-color css
<style>
a { background-color: #44CFBF; }
a { background-color: rgb(68,207,191); }
div.DivClassName
{
background-color: #44CFBF;
}
.BgClassName
{
background-color: #44CFBF;
}
</style>
border-color css
<style>
span { border-color: #44CFBF; }
span { border-color: rgb(68,207,191); }
td.TdClassName
{
border-color: #44CFBF;
}
.TagClassName
{
border-color: #44CFBF;
}
</style>