#44ffe3

Color #44FFE3 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #44FFE3

Tints of Turquoise #44FFE3

Color information

#44FFE3 (or 0x44FFE3) is unknown color: approx 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

RGB68255227-
CMYK0.7300.110
HSL171.02º100%63.33%-
HSV(B)171.02º73.33%100%-
XYZ52.0178.2985.04-
YUV195.9145.5536.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 12.36%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 227 (89.06% from 255) = 41.27%
R=12.36%
G=46.36%
B=41.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682552270.7300.110171.0210063.33
Hex44FFE3490B0ab643f
Octal104377343111013025314477
Binary100010011111111111000111001001010110101010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44ffe3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>