#44F1B0

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

Shades of Turquoise #44F1B0

Tints of Turquoise #44F1B0

Color information

#44F1B0 (or 0x44F1B0) is unknown color: approx Turquoise. HEX triplet: 44, F1 and B0. RGB value is (68,241,176). Sum of RGB (Red+Green+Blue) = 68+241+176=485 (64% of max value = 765). Red value is 68 (26.95% from 255 or 14.02% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #44F1B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44F1B0 is #BB0E4F. Grayscale: #B5B5B5. Windows color (decimal): -12258896 or 11596100. OLE color: 11596100.

HSL color Cylindrical-coordinate representation of color #44F1B0: hue angle of 157.46º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F1B0 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB68241176-
CMYK0.7200.270.05
HSL157.46º86.07%60.59%-
HSV(B)157.46º71.78%94.51%-
XYZ41.6867.2751.86-
YUV181.86124.6946.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.02%
GREEN value IS 241 (94.53% from 255) = 49.69%
BLUE value IS 176 (69.14% from 255) = 36.29%
R=14.02%
G=49.69%
B=36.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal682411760.7200.270.05157.4686.0760.59
Hex44F1B04801B59d563d
Octal104361260110033523512675
Binary100010011110001101100001001000011011101100111011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,241,176); }

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

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

 a { background-color: rgb(68,241,176); }

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

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

 span { border-color: rgb(68,241,176); }

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