#44EFD3

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

Shades of Turquoise #44EFD3

Tints of Turquoise #44EFD3

Color information

#44EFD3 (or 0x44EFD3) is unknown color: approx Turquoise. HEX triplet: 44, EF and D3. RGB value is (68,239,211). Sum of RGB (Red+Green+Blue) = 68+239+211=518 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.13% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #44EFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EFD3 is #BB102C. Grayscale: #B8B8B8. Windows color (decimal): -12259373 or 13889348. OLE color: 13889348.

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

Color convert

RGB68239211-
CMYK0.7200.120.06
HSL170.18º84.24%60.2%-
HSV(B)170.18º71.55%93.73%-
XYZ45.0167.6772.32-
YUV184.68142.8544.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.13%
GREEN value IS 239 (93.75% from 255) = 46.14%
BLUE value IS 211 (82.81% from 255) = 40.73%
R=13.13%
G=46.14%
B=40.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal682392110.7200.120.06170.1884.2460.2
Hex44EFD3480C6aa543c
Octal104357323110014625212474
Binary10001001110111111010011100100001100110101010101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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