#44FEBA

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

Shades of Turquoise #44FEBA

Tints of Turquoise #44FEBA

Color information

#44FEBA (or 0x44FEBA) is unknown color: approx Turquoise. HEX triplet: 44, FE and BA. RGB value is (68,254,186). Sum of RGB (Red+Green+Blue) = 68+254+186=508 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.39% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #44FEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FEBA is #BB0145. Grayscale: #BEBEBE. Windows color (decimal): -12255558 or 12254788. OLE color: 12254788.

HSL color Cylindrical-coordinate representation of color #44FEBA: hue angle of 158.06º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FEBA is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB68254186-
CMYK0.7300.270.00
HSL158.06º98.94%63.14%-
HSV(B)158.06º73.23%99.61%-
XYZ46.6975.6658.6-
YUV190.63125.3840.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.39%
GREEN value IS 254 (99.61% from 255) = 50%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=13.39%
G=50%
B=36.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal682541860.7300.270.00158.0698.9463.14
Hex44FEBA4901B09e633f
Octal104376272111033023614377
Binary1000100111111101011101010010010110110100111101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,254,186); }

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

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

 a { background-color: rgb(68,254,186); }

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

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

 span { border-color: rgb(68,254,186); }

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