#44E6EB

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

Shades of Turquoise #44E6EB

Tints of Turquoise #44E6EB

Color information

#44E6EB (or 0x44E6EB) is unknown color: approx Turquoise. HEX triplet: 44, E6 and EB. RGB value is (68,230,235). Sum of RGB (Red+Green+Blue) = 68+230+235=533 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.76% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #44E6EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44E6EB is #BB1914. Grayscale: #B5B5B5. Windows color (decimal): -12261653 or 15459908. OLE color: 15459908.

HSL color Cylindrical-coordinate representation of color #44E6EB: hue angle of 181.8º 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 #44E6EB is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB68230235-
CMYK0.710.0200.08
HSL181.8º80.68%59.41%-
HSV(B)181.8º71.06%92.16%-
XYZ45.6863.8288.51-
YUV182.13157.8346.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.76%
GREEN value IS 230 (90.23% from 255) = 43.15%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=12.76%
G=43.15%
B=44.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal682302350.710.0200.08181.880.6859.41
Hex44E6EB47208b6513b
Octal104346353107201026612173
Binary1000100111001101110101110001111001000101101101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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