Shades of Turquoise #44ECD8
Tints of Turquoise #44ECD8
RGB
CMYK
RGB Variations
Color information
#44ECD8 (or 0x44ECD8) is known color: Turquoise. HEX triplet: 44, EC and D8. RGB value is (68,236,216). Sum of RGB (Red+Green+Blue) = 68+236+216=520 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.08% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #44ECD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44ECD8 is #BB1327. Grayscale: #B7B7B7. Windows color (decimal): -12260136 or 14216260. OLE color: 14216260.
HSL color Cylindrical-coordinate representation of color #44ECD8: hue angle of 172.86º 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 #44ECD8 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 216 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.07 |
| HSL | 172.86º | 0.82% | 0.6% | - |
| HSV(B) | 172.86º | 0.71% | 0.93% | - |
| XYZ | 44.77 | 66.18 | 75.38 | - |
| YUV | 183.49 | 146.34 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 216 | 0.71 | 0 | 0.08 | 0.07 | 172.86 | 0.82 | 0.6 |
| Hex | 44 | EC | D8 | 47 | 0 | 8 | 7 | AD | 52 | 3C |
| Octal | 104 | 354 | 330 | 107 | 0 | 10 | 7 | 255 | 122 | 74 |
| Binary | 1000100 | 11101100 | 11011000 | 1000111 | 0 | 1000 | 111 | 10101101 | 1010010 | 111100 |
Color Harmonies of #44ECD8
Complementary color
Monochromatic Colors of #44ECD8
Black with #44ECD8
Text Example
Text Example
White with #44ECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ECD8; }
p { color: rgb(68,236,216); }
H1.HeaderClassName
{
color: #44ECD8;
}
.AnyTagClassName
{
color: #44ECD8;
}
</style>
background-color css
<style>
a { background-color: #44ECD8; }
a { background-color: rgb(68,236,216); }
div.DivClassName
{
background-color: #44ECD8;
}
.BgClassName
{
background-color: #44ECD8;
}
</style>
border-color css
<style>
span { border-color: #44ECD8; }
span { border-color: rgb(68,236,216); }
td.TdClassName
{
border-color: #44ECD8;
}
.TagClassName
{
border-color: #44ECD8;
}
</style>