#44e5c0

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

Shades of Turquoise #44E5C0

Tints of Turquoise #44E5C0

Color information

#44E5C0 (or 0x44E5C0) is unknown color: approx Turquoise. HEX triplet: 44, E5 and C0. RGB value is (68,229,192). Sum of RGB (Red+Green+Blue) = 68+229+192=489 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.91% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #44E5C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E5C0 is #BB1A3F. Grayscale: #B0B0B0. Windows color (decimal): -12261952 or 12641604. OLE color: 12641604.

HSL color Cylindrical-coordinate representation of color #44E5C0: hue angle of 166.21º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E5C0 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB68229192-
CMYK0.7000.160.10
HSL166.21º75.59%58.24%-
HSV(B)166.21º70.31%89.8%-
XYZ39.9261.0759.55-
YUV176.64136.6650.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.91%
GREEN value IS 229 (89.84% from 255) = 46.83%
BLUE value IS 192 (75.39% from 255) = 39.26%
R=13.91%
G=46.83%
B=39.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal682291920.7000.160.10166.2175.5958.24
Hex44E5C046010Aa64c3a
Octal1043453001060201224611472
Binary1000100111001011100000010001100100001010101001101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44e5c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,229,192); }

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

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

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

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

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

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

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