#44D4E5

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

Shades of Medium Turquoise #44D4E5

Tints of Medium Turquoise #44D4E5

Color information

#44D4E5 (or 0x44D4E5) is unknown color: approx Medium Turquoise. HEX triplet: 44, D4 and E5. RGB value is (68,212,229). Sum of RGB (Red+Green+Blue) = 68+212+229=509 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.36% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #44D4E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D4E5 is #BB2B1A. Grayscale: #AAAAAA. Windows color (decimal): -12266267 or 15062084. OLE color: 15062084.

HSL color Cylindrical-coordinate representation of color #44D4E5: hue angle of 186.34º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44D4E5 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB68212229-
CMYK0.700.0700.10
HSL186.34º75.59%58.24%-
HSV(B)186.34º70.31%89.8%-
XYZ40.0753.9782.43-
YUV170.88160.7954.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.36%
GREEN value IS 212 (83.20% from 255) = 41.65%
BLUE value IS 229 (89.84% from 255) = 44.99%
R=13.36%
G=41.65%
B=44.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal682122290.700.0700.10186.3475.5958.24
Hex44D4E54670Aba4c3a
Octal104324345106701227211472
Binary10001001101010011100101100011011101010101110101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,212,229); }

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

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

 a { background-color: rgb(68,212,229); }

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

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

 span { border-color: rgb(68,212,229); }

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