Shades of Turquoise #44FEEC
Tints of Turquoise #44FEEC
RGB
CMYK
RGB Variations
Color information
#44FEEC (or 0x44FEEC) is known color: Turquoise. HEX triplet: 44, FE and EC. RGB value is (68,254,236). Sum of RGB (Red+Green+Blue) = 68+254+236=558 (73% of max value = 765). Red value is 68 (26.95% from 255 or 12.19% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #44FEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FEEC is #BB0113. Grayscale: #C4C4C4. Windows color (decimal): -12255508 or 15531588. OLE color: 15531588.
HSL color Cylindrical-coordinate representation of color #44FEEC: hue angle of 174.19º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FEEC is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 254 | 236 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.00 |
| HSL | 174.19º | 0.99% | 0.63% | - |
| HSV(B) | 174.19º | 0.73% | 1% | - |
| XYZ | 52.97 | 78.17 | 91.65 | - |
| YUV | 196.33 | 150.38 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 254 | 236 | 0.73 | 0 | 0.07 | 0.00 | 174.19 | 0.99 | 0.63 |
| Hex | 44 | FE | EC | 49 | 0 | 7 | 0 | AE | 63 | 3F |
| Octal | 104 | 376 | 354 | 111 | 0 | 7 | 0 | 256 | 143 | 77 |
| Binary | 1000100 | 11111110 | 11101100 | 1001001 | 0 | 111 | 0 | 10101110 | 1100011 | 111111 |
Color Harmonies of #44FEEC
Complementary color
Monochromatic Colors of #44FEEC
Black with #44FEEC
Text Example
Text Example
White with #44FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FEEC; }
p { color: rgb(68,254,236); }
H1.HeaderClassName
{
color: #44FEEC;
}
.AnyTagClassName
{
color: #44FEEC;
}
</style>
background-color css
<style>
a { background-color: #44FEEC; }
a { background-color: rgb(68,254,236); }
div.DivClassName
{
background-color: #44FEEC;
}
.BgClassName
{
background-color: #44FEEC;
}
</style>
border-color css
<style>
span { border-color: #44FEEC; }
span { border-color: rgb(68,254,236); }
td.TdClassName
{
border-color: #44FEEC;
}
.TagClassName
{
border-color: #44FEEC;
}
</style>