Shades of Turquoise #44ECD0
Tints of Turquoise #44ECD0
RGB
CMYK
RGB Variations
Color information
#44ECD0 (or 0x44ECD0) is known color: Turquoise. HEX triplet: 44, EC and D0. RGB value is (68,236,208). Sum of RGB (Red+Green+Blue) = 68+236+208=512 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.28% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #44ECD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44ECD0 is #BB132F. Grayscale: #B6B6B6. Windows color (decimal): -12260144 or 13691972. OLE color: 13691972.
HSL color Cylindrical-coordinate representation of color #44ECD0: hue angle of 170º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44ECD0 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 208 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.07 |
| HSL | 170º | 0.82% | 0.6% | - |
| HSV(B) | 170º | 0.71% | 0.93% | - |
| XYZ | 43.76 | 65.77 | 70.06 | - |
| YUV | 182.58 | 142.34 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 208 | 0.71 | 0 | 0.12 | 0.07 | 170 | 0.82 | 0.6 |
| Hex | 44 | EC | D0 | 47 | 0 | C | 7 | AA | 52 | 3C |
| Octal | 104 | 354 | 320 | 107 | 0 | 14 | 7 | 252 | 122 | 74 |
| Binary | 1000100 | 11101100 | 11010000 | 1000111 | 0 | 1100 | 111 | 10101010 | 1010010 | 111100 |
Color Harmonies of #44ECD0
Complementary color
Monochromatic Colors of #44ECD0
Black with #44ECD0
Text Example
Text Example
White with #44ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ECD0; }
p { color: rgb(68,236,208); }
H1.HeaderClassName
{
color: #44ECD0;
}
.AnyTagClassName
{
color: #44ECD0;
}
</style>
background-color css
<style>
a { background-color: #44ECD0; }
a { background-color: rgb(68,236,208); }
div.DivClassName
{
background-color: #44ECD0;
}
.BgClassName
{
background-color: #44ECD0;
}
</style>
border-color css
<style>
span { border-color: #44ECD0; }
span { border-color: rgb(68,236,208); }
td.TdClassName
{
border-color: #44ECD0;
}
.TagClassName
{
border-color: #44ECD0;
}
</style>