#44EFB4

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

Shades of Turquoise #44EFB4

Tints of Turquoise #44EFB4

Color information

#44EFB4 (or 0x44EFB4) is unknown color: approx Turquoise. HEX triplet: 44, EF and B4. RGB value is (68,239,180). Sum of RGB (Red+Green+Blue) = 68+239+180=487 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.96% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #44EFB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EFB4 is #BB104B. Grayscale: #B5B5B5. Windows color (decimal): -12259404 or 11857732. OLE color: 11857732.

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

Color convert

RGB68239180-
CMYK0.7200.250.06
HSL159.3º84.24%60.2%-
HSV(B)159.3º71.55%93.73%-
XYZ41.4966.2653.78-
YUV181.14127.3547.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.96%
GREEN value IS 239 (93.75% from 255) = 49.08%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=13.96%
G=49.08%
B=36.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal682391800.7200.250.06159.384.2460.2
Hex44EFB44801969f543c
Octal104357264110031623712474
Binary100010011101111101101001001000011001110100111111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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