Shades of Turquoise #44ECEC
Tints of Turquoise #44ECEC
RGB
CMYK
RGB Variations
Color information
#44ECEC (or 0x44ECEC) is known color: Turquoise. HEX triplet: 44, EC and EC. RGB value is (68,236,236). Sum of RGB (Red+Green+Blue) = 68+236+236=540 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.59% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #44ECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44ECEC is #BB1313. Grayscale: #B9B9B9. Windows color (decimal): -12260116 or 15526980. OLE color: 15526980.
HSL color Cylindrical-coordinate representation of color #44ECEC: hue angle of 180º 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 #44ECEC is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 236 | - |
| CMYK | 0.71 | 0 | 0 | 0.07 |
| HSL | 180º | 0.82% | 0.6% | - |
| HSV(B) | 180º | 0.71% | 0.93% | - |
| XYZ | 47.52 | 67.28 | 89.84 | - |
| YUV | 185.77 | 156.34 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 236 | 0.71 | 0 | 0 | 0.07 | 180 | 0.82 | 0.6 |
| Hex | 44 | EC | EC | 47 | 0 | 0 | 7 | B4 | 52 | 3C |
| Octal | 104 | 354 | 354 | 107 | 0 | 0 | 7 | 264 | 122 | 74 |
| Binary | 1000100 | 11101100 | 11101100 | 1000111 | 0 | 0 | 111 | 10110100 | 1010010 | 111100 |
Color Harmonies of #44ECEC
Complementary color
Monochromatic Colors of #44ECEC
Black with #44ECEC
Text Example
Text Example
White with #44ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ECEC; }
p { color: rgb(68,236,236); }
H1.HeaderClassName
{
color: #44ECEC;
}
.AnyTagClassName
{
color: #44ECEC;
}
</style>
background-color css
<style>
a { background-color: #44ECEC; }
a { background-color: rgb(68,236,236); }
div.DivClassName
{
background-color: #44ECEC;
}
.BgClassName
{
background-color: #44ECEC;
}
</style>
border-color css
<style>
span { border-color: #44ECEC; }
span { border-color: rgb(68,236,236); }
td.TdClassName
{
border-color: #44ECEC;
}
.TagClassName
{
border-color: #44ECEC;
}
</style>