#44CEDC

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

Shades of Medium Turquoise #44CEDC

Tints of Medium Turquoise #44CEDC

Color information

#44CEDC (or 0x44CEDC) is unknown color: approx Medium Turquoise. HEX triplet: 44, CE and DC. RGB value is (68,206,220). Sum of RGB (Red+Green+Blue) = 68+206+220=494 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.77% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #44CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CEDC is #BB3123. Grayscale: #A6A6A6. Windows color (decimal): -12267812 or 14470724. OLE color: 14470724.

HSL color Cylindrical-coordinate representation of color #44CEDC: hue angle of 185.53º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44CEDC is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB68206220-
CMYK0.690.0600.14
HSL185.53º68.47%56.47%-
HSV(B)185.53º69.09%86.27%-
XYZ37.3750.5475.5-
YUV166.33158.2857.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.77%
GREEN value IS 206 (80.86% from 255) = 41.70%
BLUE value IS 220 (86.33% from 255) = 44.53%
R=13.77%
G=41.70%
B=44.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal682062200.690.0600.14185.5368.4756.47
Hex44CEDC4560Eba4438
Octal104316334105601627210470
Binary10001001100111011011100100010111001110101110101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,206,220); }

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

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

 a { background-color: rgb(68,206,220); }

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

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

 span { border-color: rgb(68,206,220); }

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