#44E3DC

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

Shades of Turquoise #44E3DC

Tints of Turquoise #44E3DC

Color information

#44E3DC (or 0x44E3DC) is unknown color: approx Turquoise. HEX triplet: 44, E3 and DC. RGB value is (68,227,220). Sum of RGB (Red+Green+Blue) = 68+227+220=515 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.20% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #44E3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E3DC is #BB1C23. Grayscale: #B2B2B2. Windows color (decimal): -12262436 or 14476100. OLE color: 14476100.

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

Color convert

RGB68227220-
CMYK0.7000.030.11
HSL177.36º73.95%57.84%-
HSV(B)177.36º70.04%89.02%-
XYZ42.7761.3377.29-
YUV178.66151.3249.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.20%
GREEN value IS 227 (89.06% from 255) = 44.08%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=13.20%
G=44.08%
B=42.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal682272200.7000.030.11177.3673.9557.84
Hex44E3DC4603Bb14a3a
Octal104343334106031326111272
Binary1000100111000111101110010001100111011101100011001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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