#44EAB6

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

Shades of Turquoise #44EAB6

Tints of Turquoise #44EAB6

Color information

#44EAB6 (or 0x44EAB6) is unknown color: approx Turquoise. HEX triplet: 44, EA and B6. RGB value is (68,234,182). Sum of RGB (Red+Green+Blue) = 68+234+182=484 (64% of max value = 765). Red value is 68 (26.95% from 255 or 14.05% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #44EAB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EAB6 is #BB1549. Grayscale: #B2B2B2. Windows color (decimal): -12260682 or 11987524. OLE color: 11987524.

HSL color Cylindrical-coordinate representation of color #44EAB6: hue angle of 161.2º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EAB6 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB68234182-
CMYK0.7100.220.08
HSL161.2º79.81%59.22%-
HSV(B)161.2º70.94%91.76%-
XYZ40.2563.4554.38-
YUV178.4413049.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.05%
GREEN value IS 234 (91.80% from 255) = 48.35%
BLUE value IS 182 (71.48% from 255) = 37.60%
R=14.05%
G=48.35%
B=37.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal682341820.7100.220.08161.279.8159.22
Hex44EAB6470168a1503b
Octal1043522661070261024112073
Binary1000100111010101011011010001110101101000101000011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,234,182); }

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

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

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

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

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

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

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