Shades of Turquoise #44FFE4
Tints of Turquoise #44FFE4
RGB
CMYK
RGB Variations
Color information
#44FFE4 (or 0x44FFE4) is known color: Turquoise. HEX triplet: 44, FF and E4. RGB value is (68,255,228). Sum of RGB (Red+Green+Blue) = 68+255+228=551 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.34% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FFE4 is #BB001B. Grayscale: #C3C3C3. Windows color (decimal): -12255260 or 15007556. OLE color: 15007556.
HSL color Cylindrical-coordinate representation of color #44FFE4: hue angle of 171.34º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FFE4 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 255 | 228 | - |
| CMYK | 0.73 | 0 | 0.11 | 0 |
| HSL | 171.34º | 1% | 0.63% | - |
| HSV(B) | 171.34º | 0.73% | 1% | - |
| XYZ | 52.15 | 78.35 | 85.77 | - |
| YUV | 196.01 | 146.05 | 36.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 255 | 228 | 0.73 | 0 | 0.11 | 0 | 171.34 | 1 | 0.63 |
| Hex | 44 | FF | E4 | 49 | 0 | B | 0 | AB | 64 | 3F |
| Octal | 104 | 377 | 344 | 111 | 0 | 13 | 0 | 253 | 144 | 77 |
| Binary | 1000100 | 11111111 | 11100100 | 1001001 | 0 | 1011 | 0 | 10101011 | 1100100 | 111111 |
Color Harmonies of #44FFE4
Complementary color
Monochromatic Colors of #44FFE4
Black with #44FFE4
Text Example
Text Example
White with #44FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FFE4; }
p { color: rgb(68,255,228); }
H1.HeaderClassName
{
color: #44FFE4;
}
.AnyTagClassName
{
color: #44FFE4;
}
</style>
background-color css
<style>
a { background-color: #44FFE4; }
a { background-color: rgb(68,255,228); }
div.DivClassName
{
background-color: #44FFE4;
}
.BgClassName
{
background-color: #44FFE4;
}
</style>
border-color css
<style>
span { border-color: #44FFE4; }
span { border-color: rgb(68,255,228); }
td.TdClassName
{
border-color: #44FFE4;
}
.TagClassName
{
border-color: #44FFE4;
}
</style>