#44E7EB

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

Shades of Turquoise #44E7EB

Tints of Turquoise #44E7EB

Color information

#44E7EB (or 0x44E7EB) is unknown color: approx Turquoise. HEX triplet: 44, E7 and EB. RGB value is (68,231,235). Sum of RGB (Red+Green+Blue) = 68+231+235=534 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.73% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #44E7EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44E7EB is #BB1814. Grayscale: #B6B6B6. Windows color (decimal): -12261397 or 15460164. OLE color: 15460164.

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

Color convert

RGB68231235-
CMYK0.710.0200.08
HSL181.44º80.68%59.41%-
HSV(B)181.44º71.06%92.16%-
XYZ45.9664.3888.6-
YUV182.72157.546.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.73%
GREEN value IS 231 (90.62% from 255) = 43.26%
BLUE value IS 235 (92.19% from 255) = 44.01%
R=12.73%
G=43.26%
B=44.01%

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
Decimal682312350.710.0200.08181.4480.6859.41
Hex44E7EB47208b5513b
Octal104347353107201026512173
Binary1000100111001111110101110001111001000101101011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44E7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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