Shades of Medium Turquoise #44BEBD
Tints of Medium Turquoise #44BEBD
RGB
CMYK
RGB Variations
Color information
#44BEBD (or 0x44BEBD) is known color: Medium Turquoise. HEX triplet: 44, BE and BD. RGB value is (68,190,189). Sum of RGB (Red+Green+Blue) = 68+190+189=447 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.21% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #44BEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BEBD is #BB4142. Grayscale: #999999. Windows color (decimal): -12271939 or 12435012. OLE color: 12435012.
HSL color Cylindrical-coordinate representation of color #44BEBD: hue angle of 179.51º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BEBD is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 190 | 189 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.25 |
| HSL | 179.51º | 0.48% | 0.51% | - |
| HSV(B) | 179.51º | 0.64% | 0.75% | - |
| XYZ | 29.98 | 41.73 | 54.62 | - |
| YUV | 153.41 | 148.08 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 190 | 189 | 0.64 | 0 | 0.01 | 0.25 | 179.51 | 0.48 | 0.51 |
| Hex | 44 | BE | BD | 40 | 0 | 1 | 19 | B4 | 30 | 33 |
| Octal | 104 | 276 | 275 | 100 | 0 | 1 | 31 | 264 | 60 | 63 |
| Binary | 1000100 | 10111110 | 10111101 | 1000000 | 0 | 1 | 11001 | 10110100 | 110000 | 110011 |
Color Harmonies of #44BEBD
Complementary color
Monochromatic Colors of #44BEBD
Black with #44BEBD
Text Example
Text Example
White with #44BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BEBD; }
p { color: rgb(68,190,189); }
H1.HeaderClassName
{
color: #44BEBD;
}
.AnyTagClassName
{
color: #44BEBD;
}
</style>
background-color css
<style>
a { background-color: #44BEBD; }
a { background-color: rgb(68,190,189); }
div.DivClassName
{
background-color: #44BEBD;
}
.BgClassName
{
background-color: #44BEBD;
}
</style>
border-color css
<style>
span { border-color: #44BEBD; }
span { border-color: rgb(68,190,189); }
td.TdClassName
{
border-color: #44BEBD;
}
.TagClassName
{
border-color: #44BEBD;
}
</style>