#44ffba

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

Shades of Turquoise #44FFBA

Tints of Turquoise #44FFBA

Color information

#44FFBA (or 0x44FFBA) is unknown color: approx Turquoise. HEX triplet: 44, FF and BA. RGB value is (68,255,186). Sum of RGB (Red+Green+Blue) = 68+255+186=509 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.36% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FFBA is #BB0045. Grayscale: #BFBFBF. Windows color (decimal): -12255302 or 12255044. OLE color: 12255044.

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

Color convert

RGB68255186-
CMYK0.7300.270
HSL157.86º100%63.33%-
HSV(B)157.86º73.33%100%-
XYZ47.0176.2958.7-
YUV191.22125.0540.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.36%
GREEN value IS 255 (100% from 255) = 50.10%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=13.36%
G=50.10%
B=36.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682551860.7300.270157.8610063.33
Hex44FFBA4901B09e643f
Octal104377272111033023614477
Binary1000100111111111011101010010010110110100111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44ffba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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