#44deb2

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

Shades of Turquoise #44DEB2

Tints of Turquoise #44DEB2

Color information

#44DEB2 (or 0x44DEB2) is unknown color: approx Turquoise. HEX triplet: 44, DE and B2. RGB value is (68,222,178). Sum of RGB (Red+Green+Blue) = 68+222+178=468 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.53% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #44DEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DEB2 is #BB214D. Grayscale: #AAAAAA. Windows color (decimal): -12263758 or 11722308. OLE color: 11722308.

HSL color Cylindrical-coordinate representation of color #44DEB2: hue angle of 162.86º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DEB2 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB68222178-
CMYK0.6900.200.13
HSL162.86º70%56.86%-
HSV(B)162.86º69.37%87.06%-
XYZ36.5456.6951.14-
YUV170.94131.9854.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.53%
GREEN value IS 222 (87.11% from 255) = 47.44%
BLUE value IS 178 (69.92% from 255) = 38.03%
R=14.53%
G=47.44%
B=38.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682221780.6900.200.13162.867056.86
Hex44DEB245014Da34639
Octal1043362621050241524310671
Binary1000100110111101011001010001010101001101101000111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44deb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,222,178); }

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

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

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

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

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

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

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