#44EFD4

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

Shades of Turquoise #44EFD4

Tints of Turquoise #44EFD4

Color information

#44EFD4 (or 0x44EFD4) is unknown color: approx Turquoise. HEX triplet: 44, EF and D4. RGB value is (68,239,212). Sum of RGB (Red+Green+Blue) = 68+239+212=519 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.10% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #44EFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EFD4 is #BB102B. Grayscale: #B8B8B8. Windows color (decimal): -12259372 or 13954884. OLE color: 13954884.

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

Color convert

RGB68239212-
CMYK0.7200.110.06
HSL170.53º84.24%60.2%-
HSV(B)170.53º71.55%93.73%-
XYZ45.1367.7272.98-
YUV184.79143.3544.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.10%
GREEN value IS 239 (93.75% from 255) = 46.05%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=13.10%
G=46.05%
B=40.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal682392120.7200.110.06170.5384.2460.2
Hex44EFD4480B6ab543c
Octal104357324110013625312474
Binary10001001110111111010100100100001011110101010111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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