#44EBE3

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

Shades of Turquoise #44EBE3

Tints of Turquoise #44EBE3

Color information

#44EBE3 (or 0x44EBE3) is unknown color: approx Turquoise. HEX triplet: 44, EB and E3. RGB value is (68,235,227). Sum of RGB (Red+Green+Blue) = 68+235+227=530 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.83% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #44EBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EBE3 is #BB141C. Grayscale: #B8B8B8. Windows color (decimal): -12260381 or 14936900. OLE color: 14936900.

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

Color convert

RGB68235227-
CMYK0.7100.030.08
HSL177.13º80.68%59.41%-
HSV(B)177.13º71.06%92.16%-
XYZ45.9666.1983.03-
YUV184.15152.1745.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.83%
GREEN value IS 235 (92.19% from 255) = 44.34%
BLUE value IS 227 (89.06% from 255) = 42.83%
R=12.83%
G=44.34%
B=42.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal682352270.7100.030.08177.1380.6859.41
Hex44EBE347038b1513b
Octal104353343107031026112173
Binary1000100111010111110001110001110111000101100011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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