Shades of Turquoise #44E0DF
Tints of Turquoise #44E0DF
RGB
CMYK
RGB Variations
Color information
#44E0DF (or 0x44E0DF) is known color: Turquoise. HEX triplet: 44, E0 and DF. RGB value is (68,224,223). Sum of RGB (Red+Green+Blue) = 68+224+223=515 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.20% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #44E0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E0DF is #BB1F20. Grayscale: #B1B1B1. Windows color (decimal): -12263201 or 14671940. OLE color: 14671940.
HSL color Cylindrical-coordinate representation of color #44E0DF: hue angle of 179.62º 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 #44E0DF is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 224 | 223 | - |
| CMYK | 0.70 | 0 | 0.00 | 0.12 |
| HSL | 179.62º | 0.72% | 0.57% | - |
| HSV(B) | 179.62º | 0.7% | 0.88% | - |
| XYZ | 42.36 | 59.87 | 79.14 | - |
| YUV | 177.24 | 153.82 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 224 | 223 | 0.70 | 0 | 0.00 | 0.12 | 179.62 | 0.72 | 0.57 |
| Hex | 44 | E0 | DF | 46 | 0 | 0 | C | B4 | 48 | 39 |
| Octal | 104 | 340 | 337 | 106 | 0 | 0 | 14 | 264 | 110 | 71 |
| Binary | 1000100 | 11100000 | 11011111 | 1000110 | 0 | 0 | 1100 | 10110100 | 1001000 | 111001 |
Color Harmonies of #44E0DF
Complementary color
Monochromatic Colors of #44E0DF
Black with #44E0DF
Text Example
Text Example
White with #44E0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E0DF; }
p { color: rgb(68,224,223); }
H1.HeaderClassName
{
color: #44E0DF;
}
.AnyTagClassName
{
color: #44E0DF;
}
</style>
background-color css
<style>
a { background-color: #44E0DF; }
a { background-color: rgb(68,224,223); }
div.DivClassName
{
background-color: #44E0DF;
}
.BgClassName
{
background-color: #44E0DF;
}
</style>
border-color css
<style>
span { border-color: #44E0DF; }
span { border-color: rgb(68,224,223); }
td.TdClassName
{
border-color: #44E0DF;
}
.TagClassName
{
border-color: #44E0DF;
}
</style>