#44EDE0

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

Shades of Turquoise #44EDE0

Tints of Turquoise #44EDE0

Color information

#44EDE0 (or 0x44EDE0) is unknown color: approx Turquoise. HEX triplet: 44, ED and E0. RGB value is (68,237,224). Sum of RGB (Red+Green+Blue) = 68+237+224=529 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.85% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #44EDE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EDE0 is #BB121F. Grayscale: #B8B8B8. Windows color (decimal): -12259872 or 14740804. OLE color: 14740804.

HSL color Cylindrical-coordinate representation of color #44EDE0: hue angle of 175.38º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EDE0 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB68237224-
CMYK0.7100.050.07
HSL175.38º82.44%59.8%-
HSV(B)175.38º71.31%92.94%-
XYZ46.1267.1881.06-
YUV184.99150.0144.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.85%
GREEN value IS 237 (92.97% from 255) = 44.80%
BLUE value IS 224 (87.89% from 255) = 42.34%
R=12.85%
G=44.80%
B=42.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal682372240.7100.050.07175.3882.4459.8
Hex44EDE047057af523c
Octal10435534010705725712274
Binary1000100111011011110000010001110101111101011111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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