#44EFDC

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

Shades of Turquoise #44EFDC

Tints of Turquoise #44EFDC

Color information

#44EFDC (or 0x44EFDC) is unknown color: approx Turquoise. HEX triplet: 44, EF and DC. RGB value is (68,239,220). Sum of RGB (Red+Green+Blue) = 68+239+220=527 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.90% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #44EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EFDC is #BB1023. Grayscale: #B9B9B9. Windows color (decimal): -12259364 or 14479172. OLE color: 14479172.

HSL color Cylindrical-coordinate representation of color #44EFDC: hue angle of 173.33º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44EFDC is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB68239220-
CMYK0.7200.080.06
HSL173.33º84.24%60.2%-
HSV(B)173.33º71.55%93.73%-
XYZ46.1768.1378.43-
YUV185.7147.3544.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.90%
GREEN value IS 239 (93.75% from 255) = 45.35%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=12.90%
G=45.35%
B=41.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal682392200.7200.080.06173.3384.2460.2
Hex44EFDC48086ad543c
Octal104357334110010625512474
Binary10001001110111111011100100100001000110101011011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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