Shades of Turquoise #44DCE3
Tints of Turquoise #44DCE3
RGB
CMYK
RGB Variations
Color information
#44DCE3 (or 0x44DCE3) is known color: Turquoise. HEX triplet: 44, DC and E3. RGB value is (68,220,227). Sum of RGB (Red+Green+Blue) = 68+220+227=515 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.20% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 227 - color contains mainly: blue. Hex color #44DCE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DCE3 is #BB231C. Grayscale: #AFAFAF. Windows color (decimal): -12264221 or 14933060. OLE color: 14933060.
HSL color Cylindrical-coordinate representation of color #44DCE3: hue angle of 182.64º degrees, saturation: 0.74, 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 #44DCE3 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 220 | 227 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.11 |
| HSL | 182.64º | 0.74% | 0.58% | - |
| HSV(B) | 182.64º | 0.7% | 0.89% | - |
| XYZ | 41.84 | 57.96 | 81.66 | - |
| YUV | 175.35 | 157.14 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 227 | 0.70 | 0.03 | 0 | 0.11 | 182.64 | 0.74 | 0.58 |
| Hex | 44 | DC | E3 | 46 | 3 | 0 | B | B7 | 4A | 3A |
| Octal | 104 | 334 | 343 | 106 | 3 | 0 | 13 | 267 | 112 | 72 |
| Binary | 1000100 | 11011100 | 11100011 | 1000110 | 11 | 0 | 1011 | 10110111 | 1001010 | 111010 |
Color Harmonies of #44DCE3
Complementary color
Monochromatic Colors of #44DCE3
Black with #44DCE3
Text Example
Text Example
White with #44DCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DCE3; }
p { color: rgb(68,220,227); }
H1.HeaderClassName
{
color: #44DCE3;
}
.AnyTagClassName
{
color: #44DCE3;
}
</style>
background-color css
<style>
a { background-color: #44DCE3; }
a { background-color: rgb(68,220,227); }
div.DivClassName
{
background-color: #44DCE3;
}
.BgClassName
{
background-color: #44DCE3;
}
</style>
border-color css
<style>
span { border-color: #44DCE3; }
span { border-color: rgb(68,220,227); }
td.TdClassName
{
border-color: #44DCE3;
}
.TagClassName
{
border-color: #44DCE3;
}
</style>