Shades of Turquoise #44DCE4
Tints of Turquoise #44DCE4
RGB
CMYK
RGB Variations
Color information
#44DCE4 (or 0x44DCE4) is known color: Turquoise. HEX triplet: 44, DC and E4. RGB value is (68,220,228). Sum of RGB (Red+Green+Blue) = 68+220+228=516 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.18% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #44DCE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DCE4 is #BB231B. Grayscale: #AFAFAF. Windows color (decimal): -12264220 or 14998596. OLE color: 14998596.
HSL color Cylindrical-coordinate representation of color #44DCE4: hue angle of 183º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44DCE4 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 220 | 228 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.11 |
| HSL | 183º | 0.75% | 0.58% | - |
| HSV(B) | 183º | 0.7% | 0.89% | - |
| XYZ | 41.98 | 58.02 | 82.38 | - |
| YUV | 175.46 | 157.64 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 228 | 0.70 | 0.04 | 0 | 0.11 | 183 | 0.75 | 0.58 |
| Hex | 44 | DC | E4 | 46 | 4 | 0 | B | B7 | 4B | 3A |
| Octal | 104 | 334 | 344 | 106 | 4 | 0 | 13 | 267 | 113 | 72 |
| Binary | 1000100 | 11011100 | 11100100 | 1000110 | 100 | 0 | 1011 | 10110111 | 1001011 | 111010 |
Color Harmonies of #44DCE4
Complementary color
Monochromatic Colors of #44DCE4
Black with #44DCE4
Text Example
Text Example
White with #44DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DCE4; }
p { color: rgb(68,220,228); }
H1.HeaderClassName
{
color: #44DCE4;
}
.AnyTagClassName
{
color: #44DCE4;
}
</style>
background-color css
<style>
a { background-color: #44DCE4; }
a { background-color: rgb(68,220,228); }
div.DivClassName
{
background-color: #44DCE4;
}
.BgClassName
{
background-color: #44DCE4;
}
</style>
border-color css
<style>
span { border-color: #44DCE4; }
span { border-color: rgb(68,220,228); }
td.TdClassName
{
border-color: #44DCE4;
}
.TagClassName
{
border-color: #44DCE4;
}
</style>