Shades of Turquoise #44DEE0
Tints of Turquoise #44DEE0
RGB
CMYK
RGB Variations
Color information
#44DEE0 (or 0x44DEE0) is known color: Turquoise. HEX triplet: 44, DE and E0. RGB value is (68,222,224). Sum of RGB (Red+Green+Blue) = 68+222+224=514 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.23% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #44DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DEE0 is #BB211F. Grayscale: #B0B0B0. Windows color (decimal): -12263712 or 14736964. OLE color: 14736964.
HSL color Cylindrical-coordinate representation of color #44DEE0: hue angle of 180.77º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44DEE0 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 222 | 224 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.12 |
| HSL | 180.77º | 0.72% | 0.57% | - |
| HSV(B) | 180.77º | 0.7% | 0.88% | - |
| XYZ | 41.96 | 58.85 | 79.67 | - |
| YUV | 176.18 | 154.98 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 222 | 224 | 0.70 | 0.01 | 0 | 0.12 | 180.77 | 0.72 | 0.57 |
| Hex | 44 | DE | E0 | 46 | 1 | 0 | C | B5 | 48 | 39 |
| Octal | 104 | 336 | 340 | 106 | 1 | 0 | 14 | 265 | 110 | 71 |
| Binary | 1000100 | 11011110 | 11100000 | 1000110 | 1 | 0 | 1100 | 10110101 | 1001000 | 111001 |
Color Harmonies of #44DEE0
Complementary color
Monochromatic Colors of #44DEE0
Black with #44DEE0
Text Example
Text Example
White with #44DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DEE0; }
p { color: rgb(68,222,224); }
H1.HeaderClassName
{
color: #44DEE0;
}
.AnyTagClassName
{
color: #44DEE0;
}
</style>
background-color css
<style>
a { background-color: #44DEE0; }
a { background-color: rgb(68,222,224); }
div.DivClassName
{
background-color: #44DEE0;
}
.BgClassName
{
background-color: #44DEE0;
}
</style>
border-color css
<style>
span { border-color: #44DEE0; }
span { border-color: rgb(68,222,224); }
td.TdClassName
{
border-color: #44DEE0;
}
.TagClassName
{
border-color: #44DEE0;
}
</style>