#44D2E0

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

Shades of Medium Turquoise #44D2E0

Tints of Medium Turquoise #44D2E0

Color information

#44D2E0 (or 0x44D2E0) is unknown color: approx Medium Turquoise. HEX triplet: 44, D2 and E0. RGB value is (68,210,224). Sum of RGB (Red+Green+Blue) = 68+210+224=502 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.55% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #44D2E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D2E0 is #BB2D1F. Grayscale: #A8A8A8. Windows color (decimal): -12266784 or 14733892. OLE color: 14733892.

HSL color Cylindrical-coordinate representation of color #44D2E0: hue angle of 185.38º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44D2E0 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB68210224-
CMYK0.700.0600.12
HSL185.38º71.56%57.25%-
HSV(B)185.38º69.64%87.84%-
XYZ38.8952.778.64-
YUV169.14158.9655.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.55%
GREEN value IS 210 (82.42% from 255) = 41.83%
BLUE value IS 224 (87.89% from 255) = 44.62%
R=13.55%
G=41.83%
B=44.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal682102240.700.0600.12185.3871.5657.25
Hex44D2E04660Cb94839
Octal104322340106601427111071
Binary10001001101001011100000100011011001100101110011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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