#44C4C4

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

Shades of Medium Turquoise #44C4C4

Tints of Medium Turquoise #44C4C4

Color information

#44C4C4 (or 0x44C4C4) is unknown color: approx Medium Turquoise. HEX triplet: 44, C4 and C4. RGB value is (68,196,196). Sum of RGB (Red+Green+Blue) = 68+196+196=460 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.78% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 196 - color contains mainly: green, blue. Hex color #44C4C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C4C4 is #BB3B3B. Grayscale: #9D9D9D. Windows color (decimal): -12270396 or 12895300. OLE color: 12895300.

HSL color Cylindrical-coordinate representation of color #44C4C4: hue angle of 180º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C4C4 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB68196196-
CMYK0.65000.23
HSL180º52.03%51.76%-
HSV(B)180º65.31%76.86%-
XYZ32.0944.6959.16-
YUV157.73149.5964-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.78%
GREEN value IS 196 (76.95% from 255) = 42.61%
BLUE value IS 196 (76.95% from 255) = 42.61%
R=14.78%
G=42.61%
B=42.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal681961960.65000.2318052.0351.76
Hex44C4C4410017b43434
Octal10430430410100272646464
Binary100010011000100110001001000001001011110110100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,196,196); }

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

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

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

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

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

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

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