#44CECC

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

Shades of Medium Turquoise #44CECC

Tints of Medium Turquoise #44CECC

Color information

#44CECC (or 0x44CECC) is unknown color: approx Medium Turquoise. HEX triplet: 44, CE and CC. RGB value is (68,206,204). Sum of RGB (Red+Green+Blue) = 68+206+204=478 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.23% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #44CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CECC is #BB3133. Grayscale: #A4A4A4. Windows color (decimal): -12267828 or 13422148. OLE color: 13422148.

HSL color Cylindrical-coordinate representation of color #44CECC: hue angle of 179.13º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CECC is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB68206204-
CMYK0.6700.010.19
HSL179.13º58.47%53.73%-
HSV(B)179.13º66.99%80.78%-
XYZ35.3549.7364.86-
YUV164.51150.2859.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.23%
GREEN value IS 206 (80.86% from 255) = 43.10%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=14.23%
G=43.10%
B=42.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal682062040.6700.010.19179.1358.4753.73
Hex44CECC430113b33a36
Octal10431631410301232637266
Binary100010011001110110011001000011011001110110011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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