#44E8B3

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

Shades of Turquoise #44E8B3

Tints of Turquoise #44E8B3

Color information

#44E8B3 (or 0x44E8B3) is unknown color: approx Turquoise. HEX triplet: 44, E8 and B3. RGB value is (68,232,179). Sum of RGB (Red+Green+Blue) = 68+232+179=479 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.20% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 232 - color contains mainly: green. Hex color #44E8B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44E8B3 is #BB174C. Grayscale: #B0B0B0. Windows color (decimal): -12261197 or 11790404. OLE color: 11790404.

HSL color Cylindrical-coordinate representation of color #44E8B3: hue angle of 160.61º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44E8B3 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB68232179-
CMYK0.7100.230.09
HSL160.61º78.1%58.82%-
HSV(B)160.61º70.69%90.98%-
XYZ39.3862.252.58-
YUV176.92129.1750.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.20%
GREEN value IS 232 (91.02% from 255) = 48.43%
BLUE value IS 179 (70.31% from 255) = 37.37%
R=14.20%
G=48.43%
B=37.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal682321790.7100.230.09160.6178.158.82
Hex44E8B3470179a14e3b
Octal1043502631070271124111673
Binary1000100111010001011001110001110101111001101000011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,232,179); }

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

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

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

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

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

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

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