#44E9BB

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

Shades of Turquoise #44E9BB

Tints of Turquoise #44E9BB

Color information

#44E9BB (or 0x44E9BB) is unknown color: approx Turquoise. HEX triplet: 44, E9 and BB. RGB value is (68,233,187). Sum of RGB (Red+Green+Blue) = 68+233+187=488 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.93% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #44E9BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44E9BB is #BB1644. Grayscale: #B2B2B2. Windows color (decimal): -12260933 or 12314948. OLE color: 12314948.

HSL color Cylindrical-coordinate representation of color #44E9BB: hue angle of 163.27º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44E9BB is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB68233187-
CMYK0.7100.200.09
HSL163.27º78.95%59.02%-
HSV(B)163.27º70.82%91.37%-
XYZ40.4963.0957.06-
YUV178.42132.8449.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.93%
GREEN value IS 233 (91.41% from 255) = 47.75%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=13.93%
G=47.75%
B=38.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal682331870.7100.200.09163.2778.9559.02
Hex44E9BB470149a34f3b
Octal1043512731070241124311773
Binary1000100111010011011101110001110101001001101000111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,233,187); }

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

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

 a { background-color: rgb(68,233,187); }

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

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

 span { border-color: rgb(68,233,187); }

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