Shades of Turquoise #44FFE3
Tints of Turquoise #44FFE3
RGB
CMYK
RGB Variations
Color information
#44FFE3 (or 0x44FFE3) is known color: Turquoise. HEX triplet: 44, FF and E3. RGB value is (68,255,227). Sum of RGB (Red+Green+Blue) = 68+255+227=550 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.36% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 227 (89.06% from 255 or 41.27% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FFE3 is #BB001C. Grayscale: #C3C3C3. Windows color (decimal): -12255261 or 14942020. OLE color: 14942020.
HSL color Cylindrical-coordinate representation of color #44FFE3: hue angle of 171.02º 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 #44FFE3 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 255 | 227 | - |
| CMYK | 0.73 | 0 | 0.11 | 0 |
| HSL | 171.02º | 1% | 0.63% | - |
| HSV(B) | 171.02º | 0.73% | 1% | - |
| XYZ | 52.01 | 78.3 | 85.04 | - |
| YUV | 195.9 | 145.55 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 255 | 227 | 0.73 | 0 | 0.11 | 0 | 171.02 | 1 | 0.63 |
| Hex | 44 | FF | E3 | 49 | 0 | B | 0 | AB | 64 | 3F |
| Octal | 104 | 377 | 343 | 111 | 0 | 13 | 0 | 253 | 144 | 77 |
| Binary | 1000100 | 11111111 | 11100011 | 1001001 | 0 | 1011 | 0 | 10101011 | 1100100 | 111111 |
Color Harmonies of #44FFE3
Complementary color
Monochromatic Colors of #44FFE3
Black with #44FFE3
Text Example
Text Example
White with #44FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FFE3; }
p { color: rgb(68,255,227); }
H1.HeaderClassName
{
color: #44FFE3;
}
.AnyTagClassName
{
color: #44FFE3;
}
</style>
background-color css
<style>
a { background-color: #44FFE3; }
a { background-color: rgb(68,255,227); }
div.DivClassName
{
background-color: #44FFE3;
}
.BgClassName
{
background-color: #44FFE3;
}
</style>
border-color css
<style>
span { border-color: #44FFE3; }
span { border-color: rgb(68,255,227); }
td.TdClassName
{
border-color: #44FFE3;
}
.TagClassName
{
border-color: #44FFE3;
}
</style>