#44E4EB

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

Shades of Turquoise #44E4EB

Tints of Turquoise #44E4EB

Color information

#44E4EB (or 0x44E4EB) is unknown color: approx Turquoise. HEX triplet: 44, E4 and EB. RGB value is (68,228,235). Sum of RGB (Red+Green+Blue) = 68+228+235=531 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.81% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #44E4EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44E4EB is #BB1B14. Grayscale: #B4B4B4. Windows color (decimal): -12262165 or 15459396. OLE color: 15459396.

HSL color Cylindrical-coordinate representation of color #44E4EB: hue angle of 182.51º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44E4EB is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB68228235-
CMYK0.710.0300.08
HSL182.51º80.68%59.41%-
HSV(B)182.51º71.06%92.16%-
XYZ45.1262.7188.32-
YUV180.96158.4947.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.81%
GREEN value IS 228 (89.45% from 255) = 42.94%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=12.81%
G=42.94%
B=44.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal682282350.710.0300.08182.5180.6859.41
Hex44E4EB47308b7513b
Octal104344353107301026712173
Binary1000100111001001110101110001111101000101101111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,228,235); }

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

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

 a { background-color: rgb(68,228,235); }

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

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

 span { border-color: rgb(68,228,235); }

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