#44FFED

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

Shades of Turquoise #44FFED

Tints of Turquoise #44FFED

Color information

#44FFED (or 0x44FFED) is unknown color: approx Turquoise. HEX triplet: 44, FF and ED. RGB value is (68,255,237). Sum of RGB (Red+Green+Blue) = 68+255+237=560 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.14% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FFED is #BB0012. Grayscale: #C4C4C4. Windows color (decimal): -12255251 or 15597380. OLE color: 15597380.

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

Color convert

RGB68255237-
CMYK0.7300.070
HSL174.22º100%63.33%-
HSV(B)174.22º73.33%100%-
XYZ53.4378.8692.53-
YUV197.04150.5535.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.14%
GREEN value IS 255 (100% from 255) = 45.54%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=12.14%
G=45.54%
B=42.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682552370.7300.070174.2210063.33
Hex44FFED49070ae643f
Octal10437735511107025614477
Binary10001001111111111101101100100101110101011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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