Shades of Medium Turquoise #44D8CB
Tints of Medium Turquoise #44D8CB
RGB
CMYK
RGB Variations
Color information
#44D8CB (or 0x44D8CB) is known color: Medium Turquoise. HEX triplet: 44, D8 and CB. RGB value is (68,216,203). Sum of RGB (Red+Green+Blue) = 68+216+203=487 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.96% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #44D8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D8CB is #BB2734. Grayscale: #AAAAAA. Windows color (decimal): -12265269 or 13359172. OLE color: 13359172.
HSL color Cylindrical-coordinate representation of color #44D8CB: hue angle of 174.73º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44D8CB is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 216 | 203 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.15 |
| HSL | 174.73º | 0.65% | 0.56% | - |
| HSV(B) | 174.73º | 0.69% | 0.85% | - |
| XYZ | 37.72 | 54.65 | 65.06 | - |
| YUV | 170.27 | 146.47 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 216 | 203 | 0.69 | 0 | 0.06 | 0.15 | 174.73 | 0.65 | 0.56 |
| Hex | 44 | D8 | CB | 45 | 0 | 6 | F | AF | 41 | 38 |
| Octal | 104 | 330 | 313 | 105 | 0 | 6 | 17 | 257 | 101 | 70 |
| Binary | 1000100 | 11011000 | 11001011 | 1000101 | 0 | 110 | 1111 | 10101111 | 1000001 | 111000 |
Color Harmonies of #44D8CB
Complementary color
Monochromatic Colors of #44D8CB
Black with #44D8CB
Text Example
Text Example
White with #44D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D8CB; }
p { color: rgb(68,216,203); }
H1.HeaderClassName
{
color: #44D8CB;
}
.AnyTagClassName
{
color: #44D8CB;
}
</style>
background-color css
<style>
a { background-color: #44D8CB; }
a { background-color: rgb(68,216,203); }
div.DivClassName
{
background-color: #44D8CB;
}
.BgClassName
{
background-color: #44D8CB;
}
</style>
border-color css
<style>
span { border-color: #44D8CB; }
span { border-color: rgb(68,216,203); }
td.TdClassName
{
border-color: #44D8CB;
}
.TagClassName
{
border-color: #44D8CB;
}
</style>