#44EADE

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

Shades of Turquoise #44EADE

Tints of Turquoise #44EADE

Color information

#44EADE (or 0x44EADE) is unknown color: approx Turquoise. HEX triplet: 44, EA and DE. RGB value is (68,234,222). Sum of RGB (Red+Green+Blue) = 68+234+222=524 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.98% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #44EADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EADE is #BB1521. Grayscale: #B6B6B6. Windows color (decimal): -12260642 or 14608964. OLE color: 14608964.

HSL color Cylindrical-coordinate representation of color #44EADE: hue angle of 175.66º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EADE is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB68234222-
CMYK0.7100.050.08
HSL175.66º79.81%59.22%-
HSV(B)175.66º70.94%91.76%-
XYZ44.9965.3579.35-
YUV18315045.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.98%
GREEN value IS 234 (91.80% from 255) = 44.66%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=12.98%
G=44.66%
B=42.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal682342220.7100.050.08175.6679.8159.22
Hex44EADE47058b0503b
Octal104352336107051026012073
Binary10001001110101011011110100011101011000101100001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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