Shades of Turquoise #44ECD4
Tints of Turquoise #44ECD4
RGB
CMYK
RGB Variations
Color information
#44ECD4 (or 0x44ECD4) is known color: Turquoise. HEX triplet: 44, EC and D4. RGB value is (68,236,212). Sum of RGB (Red+Green+Blue) = 68+236+212=516 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.18% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #44ECD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44ECD4 is #BB132B. Grayscale: #B6B6B6. Windows color (decimal): -12260140 or 13954116. OLE color: 13954116.
HSL color Cylindrical-coordinate representation of color #44ECD4: hue angle of 171.43º 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 #44ECD4 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 212 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.07 |
| HSL | 171.43º | 0.82% | 0.6% | - |
| HSV(B) | 171.43º | 0.71% | 0.93% | - |
| XYZ | 44.26 | 65.97 | 72.69 | - |
| YUV | 183.03 | 144.34 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 212 | 0.71 | 0 | 0.10 | 0.07 | 171.43 | 0.82 | 0.6 |
| Hex | 44 | EC | D4 | 47 | 0 | A | 7 | AB | 52 | 3C |
| Octal | 104 | 354 | 324 | 107 | 0 | 12 | 7 | 253 | 122 | 74 |
| Binary | 1000100 | 11101100 | 11010100 | 1000111 | 0 | 1010 | 111 | 10101011 | 1010010 | 111100 |
Color Harmonies of #44ECD4
Complementary color
Monochromatic Colors of #44ECD4
Black with #44ECD4
Text Example
Text Example
White with #44ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ECD4; }
p { color: rgb(68,236,212); }
H1.HeaderClassName
{
color: #44ECD4;
}
.AnyTagClassName
{
color: #44ECD4;
}
</style>
background-color css
<style>
a { background-color: #44ECD4; }
a { background-color: rgb(68,236,212); }
div.DivClassName
{
background-color: #44ECD4;
}
.BgClassName
{
background-color: #44ECD4;
}
</style>
border-color css
<style>
span { border-color: #44ECD4; }
span { border-color: rgb(68,236,212); }
td.TdClassName
{
border-color: #44ECD4;
}
.TagClassName
{
border-color: #44ECD4;
}
</style>