#44FFEA

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

Shades of Turquoise #44FFEA

Tints of Turquoise #44FFEA

Color information

#44FFEA (or 0x44FFEA) is unknown color: approx Turquoise. HEX triplet: 44, FF and EA. RGB value is (68,255,234). Sum of RGB (Red+Green+Blue) = 68+255+234=557 (73% of max value = 765). Red value is 68 (26.95% from 255 or 12.21% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FFEA is #BB0015. Grayscale: #C4C4C4. Windows color (decimal): -12255254 or 15400772. OLE color: 15400772.

HSL color Cylindrical-coordinate representation of color #44FFEA: hue angle of 173.26º 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 #44FFEA is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB68255234-
CMYK0.7300.080
HSL173.26º100%63.33%-
HSV(B)173.26º73.33%100%-
XYZ5378.6990.24-
YUV196.69149.0536.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.21%
GREEN value IS 255 (100% from 255) = 45.78%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=12.21%
G=45.78%
B=42.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682552340.7300.080173.2610063.33
Hex44FFEA49080ad643f
Octal104377352111010025514477
Binary100010011111111111010101001001010000101011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44FFEA; }

 p { color: rgb(68,255,234); }

 H1.HeaderClassName
 {
   color: #44FFEA;
 }
 .AnyTagClassName
 {
   color: #44FFEA;
 }
</style>
background-color css

<style>
 a { background-color: #44FFEA; }

 a { background-color: rgb(68,255,234); }

 div.DivClassName
 {
   background-color: #44FFEA;
 }
 .BgClassName
 {
   background-color: #44FFEA;
 }
</style>
border-color css

<style>
 span { border-color: #44FFEA; }

 span { border-color: rgb(68,255,234); }

 td.TdClassName
 {
   border-color: #44FFEA;
 }
 .TagClassName
 {
   border-color: #44FFEA;
 }
</style>