#44EFB0

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

Shades of Turquoise #44EFB0

Tints of Turquoise #44EFB0

Color information

#44EFB0 (or 0x44EFB0) is unknown color: approx Turquoise. HEX triplet: 44, EF and B0. RGB value is (68,239,176). Sum of RGB (Red+Green+Blue) = 68+239+176=483 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.08% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #44EFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44EFB0 is #BB104F. Grayscale: #B4B4B4. Windows color (decimal): -12259408 or 11595588. OLE color: 11595588.

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

Color convert

RGB68239176-
CMYK0.7200.260.06
HSL157.89º84.24%60.2%-
HSV(B)157.89º71.55%93.73%-
XYZ41.0966.151.67-
YUV180.69125.3547.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.08%
GREEN value IS 239 (93.75% from 255) = 49.48%
BLUE value IS 176 (69.14% from 255) = 36.44%
R=14.08%
G=49.48%
B=36.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal682391760.7200.260.06157.8984.2460.2
Hex44EFB04801A69e543c
Octal104357260110032623612474
Binary100010011101111101100001001000011010110100111101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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