#44CCE0

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

Shades of Medium Turquoise #44CCE0

Tints of Medium Turquoise #44CCE0

Color information

#44CCE0 (or 0x44CCE0) is unknown color: approx Medium Turquoise. HEX triplet: 44, CC and E0. RGB value is (68,204,224). Sum of RGB (Red+Green+Blue) = 68+204+224=496 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.71% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #44CCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CCE0 is #BB331F. Grayscale: #A5A5A5. Windows color (decimal): -12268320 or 14732356. OLE color: 14732356.

HSL color Cylindrical-coordinate representation of color #44CCE0: hue angle of 187.69º 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 #44CCE0 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB68204224-
CMYK0.700.0900.12
HSL187.69º71.56%57.25%-
HSV(B)187.69º69.64%87.84%-
XYZ37.4349.878.16-
YUV165.62160.9458.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.71%
GREEN value IS 204 (80.08% from 255) = 41.13%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=13.71%
G=41.13%
B=45.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal682042240.700.0900.12187.6971.5657.25
Hex44CCE04690Cbc4839
Octal1043143401061101427411071
Binary100010011001100111000001000110100101100101111001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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