Shades of Turquoise #44DEC0
Tints of Turquoise #44DEC0
RGB
CMYK
RGB Variations
Color information
#44DEC0 (or 0x44DEC0) is known color: Turquoise. HEX triplet: 44, DE and C0. RGB value is (68,222,192). Sum of RGB (Red+Green+Blue) = 68+222+192=482 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.11% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #44DEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DEC0 is #BB213F. Grayscale: #ACACAC. Windows color (decimal): -12263744 or 12639812. OLE color: 12639812.
HSL color Cylindrical-coordinate representation of color #44DEC0: hue angle of 168.31º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DEC0 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 222 | 192 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.13 |
| HSL | 168.31º | 0.7% | 0.57% | - |
| HSV(B) | 168.31º | 0.69% | 0.87% | - |
| XYZ | 38.02 | 57.28 | 58.92 | - |
| YUV | 172.53 | 138.98 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 222 | 192 | 0.69 | 0 | 0.14 | 0.13 | 168.31 | 0.7 | 0.57 |
| Hex | 44 | DE | C0 | 45 | 0 | E | D | A8 | 46 | 39 |
| Octal | 104 | 336 | 300 | 105 | 0 | 16 | 15 | 250 | 106 | 71 |
| Binary | 1000100 | 11011110 | 11000000 | 1000101 | 0 | 1110 | 1101 | 10101000 | 1000110 | 111001 |
Color Harmonies of #44DEC0
Complementary color
Monochromatic Colors of #44DEC0
Black with #44DEC0
Text Example
Text Example
White with #44DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DEC0; }
p { color: rgb(68,222,192); }
H1.HeaderClassName
{
color: #44DEC0;
}
.AnyTagClassName
{
color: #44DEC0;
}
</style>
background-color css
<style>
a { background-color: #44DEC0; }
a { background-color: rgb(68,222,192); }
div.DivClassName
{
background-color: #44DEC0;
}
.BgClassName
{
background-color: #44DEC0;
}
</style>
border-color css
<style>
span { border-color: #44DEC0; }
span { border-color: rgb(68,222,192); }
td.TdClassName
{
border-color: #44DEC0;
}
.TagClassName
{
border-color: #44DEC0;
}
</style>