#44E5D3

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

Shades of Turquoise #44E5D3

Tints of Turquoise #44E5D3

Color information

#44E5D3 (or 0x44E5D3) is unknown color: approx Turquoise. HEX triplet: 44, E5 and D3. RGB value is (68,229,211). Sum of RGB (Red+Green+Blue) = 68+229+211=508 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.39% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #44E5D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E5D3 is #BB1A2C. Grayscale: #B2B2B2. Windows color (decimal): -12261933 or 13886788. OLE color: 13886788.

HSL color Cylindrical-coordinate representation of color #44E5D3: hue angle of 173.29º 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 #44E5D3 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB68229211-
CMYK0.7000.080.10
HSL173.29º75.59%58.24%-
HSV(B)173.29º70.31%89.8%-
XYZ42.1661.9771.37-
YUV178.81146.1648.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.39%
GREEN value IS 229 (89.84% from 255) = 45.08%
BLUE value IS 211 (82.81% from 255) = 41.54%
R=13.39%
G=45.08%
B=41.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal682292110.7000.080.10173.2975.5958.24
Hex44E5D34608Aad4c3a
Octal1043453231060101225511472
Binary100010011100101110100111000110010001010101011011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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