#44E3D9

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

Shades of Turquoise #44E3D9

Tints of Turquoise #44E3D9

Color information

#44E3D9 (or 0x44E3D9) is unknown color: approx Turquoise. HEX triplet: 44, E3 and D9. RGB value is (68,227,217). Sum of RGB (Red+Green+Blue) = 68+227+217=512 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.28% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #44E3D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E3D9 is #BB1C26. Grayscale: #B2B2B2. Windows color (decimal): -12262439 or 14279492. OLE color: 14279492.

HSL color Cylindrical-coordinate representation of color #44E3D9: hue angle of 176.23º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E3D9 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB68227217-
CMYK0.7000.040.11
HSL176.23º73.95%57.84%-
HSV(B)176.23º70.04%89.02%-
XYZ42.3861.1875.22-
YUV178.32149.8249.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.28%
GREEN value IS 227 (89.06% from 255) = 44.34%
BLUE value IS 217 (85.16% from 255) = 42.38%
R=13.28%
G=44.34%
B=42.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal682272170.7000.040.11176.2373.9557.84
Hex44E3D94604Bb04a3a
Octal104343331106041326011272
Binary10001001110001111011001100011001001011101100001001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,227,217); }

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

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

 a { background-color: rgb(68,227,217); }

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

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

 span { border-color: rgb(68,227,217); }

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