#44EBE6

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

Shades of Turquoise #44EBE6

Tints of Turquoise #44EBE6

Color information

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

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

Color convert

RGB68235230-
CMYK0.7100.020.08
HSL178.2º80.68%59.41%-
HSV(B)178.2º71.06%92.16%-
XYZ46.3866.3685.23-
YUV184.5153.6744.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal682352300.7100.020.08178.280.6859.41
Hex44EBE647028b2513b
Octal104353346107021026212173
Binary1000100111010111110011010001110101000101100101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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