Shades of Turquoise #44ECF0
Tints of Turquoise #44ECF0
RGB
CMYK
RGB Variations
Color information
#44ECF0 (or 0x44ECF0) is known color: Turquoise. HEX triplet: 44, EC and F0. RGB value is (68,236,240). Sum of RGB (Red+Green+Blue) = 68+236+240=544 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.5% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #44ECF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44ECF0 is #BB130F. Grayscale: #BABABA. Windows color (decimal): -12260112 or 15789124. OLE color: 15789124.
HSL color Cylindrical-coordinate representation of color #44ECF0: hue angle of 181.4º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44ECF0 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 236 | 240 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.06 |
| HSL | 181.4º | 0.85% | 0.6% | - |
| HSV(B) | 181.4º | 0.72% | 0.94% | - |
| XYZ | 48.11 | 67.51 | 92.93 | - |
| YUV | 186.22 | 158.34 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 240 | 0.72 | 0.02 | 0 | 0.06 | 181.4 | 0.85 | 0.6 |
| Hex | 44 | EC | F0 | 48 | 2 | 0 | 6 | B5 | 55 | 3C |
| Octal | 104 | 354 | 360 | 110 | 2 | 0 | 6 | 265 | 125 | 74 |
| Binary | 1000100 | 11101100 | 11110000 | 1001000 | 10 | 0 | 110 | 10110101 | 1010101 | 111100 |
Color Harmonies of #44ECF0
Complementary color
Monochromatic Colors of #44ECF0
Black with #44ECF0
Text Example
Text Example
White with #44ECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ECF0; }
p { color: rgb(68,236,240); }
H1.HeaderClassName
{
color: #44ECF0;
}
.AnyTagClassName
{
color: #44ECF0;
}
</style>
background-color css
<style>
a { background-color: #44ECF0; }
a { background-color: rgb(68,236,240); }
div.DivClassName
{
background-color: #44ECF0;
}
.BgClassName
{
background-color: #44ECF0;
}
</style>
border-color css
<style>
span { border-color: #44ECF0; }
span { border-color: rgb(68,236,240); }
td.TdClassName
{
border-color: #44ECF0;
}
.TagClassName
{
border-color: #44ECF0;
}
</style>