Shades of Medium Turquoise #44BCB5
Tints of Medium Turquoise #44BCB5
RGB
CMYK
RGB Variations
Color information
#44BCB5 (or 0x44BCB5) is known color: Medium Turquoise. HEX triplet: 44, BC and B5. RGB value is (68,188,181). Sum of RGB (Red+Green+Blue) = 68+188+181=437 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.56% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #44BCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BCB5 is #BB434A. Grayscale: #979797. Windows color (decimal): -12272459 or 11910212. OLE color: 11910212.
HSL color Cylindrical-coordinate representation of color #44BCB5: hue angle of 176.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BCB5 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 188 | 181 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.26 |
| HSL | 176.5º | 0.47% | 0.5% | - |
| HSV(B) | 176.5º | 0.64% | 0.74% | - |
| XYZ | 28.71 | 40.53 | 50.03 | - |
| YUV | 151.32 | 144.74 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 181 | 0.64 | 0 | 0.04 | 0.26 | 176.5 | 0.47 | 0.5 |
| Hex | 44 | BC | B5 | 40 | 0 | 4 | 1A | B0 | 2F | 32 |
| Octal | 104 | 274 | 265 | 100 | 0 | 4 | 32 | 260 | 57 | 62 |
| Binary | 1000100 | 10111100 | 10110101 | 1000000 | 0 | 100 | 11010 | 10110000 | 101111 | 110010 |
Color Harmonies of #44BCB5
Complementary color
Monochromatic Colors of #44BCB5
Black with #44BCB5
Text Example
Text Example
White with #44BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BCB5; }
p { color: rgb(68,188,181); }
H1.HeaderClassName
{
color: #44BCB5;
}
.AnyTagClassName
{
color: #44BCB5;
}
</style>
background-color css
<style>
a { background-color: #44BCB5; }
a { background-color: rgb(68,188,181); }
div.DivClassName
{
background-color: #44BCB5;
}
.BgClassName
{
background-color: #44BCB5;
}
</style>
border-color css
<style>
span { border-color: #44BCB5; }
span { border-color: rgb(68,188,181); }
td.TdClassName
{
border-color: #44BCB5;
}
.TagClassName
{
border-color: #44BCB5;
}
</style>