#44E5D4

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

Shades of Turquoise #44E5D4

Tints of Turquoise #44E5D4

Color information

#44E5D4 (or 0x44E5D4) is unknown color: approx Turquoise. HEX triplet: 44, E5 and D4. RGB value is (68,229,212). Sum of RGB (Red+Green+Blue) = 68+229+212=509 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.36% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #44E5D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E5D4 is #BB1A2B. Grayscale: #B2B2B2. Windows color (decimal): -12261932 or 13952324. OLE color: 13952324.

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

Color convert

RGB68229212-
CMYK0.7000.070.10
HSL173.66º75.59%58.24%-
HSV(B)173.66º70.31%89.8%-
XYZ42.2962.0272.03-
YUV178.92146.6648.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.36%
GREEN value IS 229 (89.84% from 255) = 44.99%
BLUE value IS 212 (83.20% from 255) = 41.65%
R=13.36%
G=44.99%
B=41.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal682292120.7000.070.10173.6675.5958.24
Hex44E5D44607Aae4c3a
Octal104345324106071225611472
Binary10001001110010111010100100011001111010101011101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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