#40F1B9

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

Shades of Turquoise #40F1B9

Tints of Turquoise #40F1B9

Color information

#40F1B9 (or 0x40F1B9) is unknown color: approx Turquoise. HEX triplet: 40, F1 and B9. RGB value is (64,241,185). Sum of RGB (Red+Green+Blue) = 64+241+185=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #40F1B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F1B9 is #BF0E46. Grayscale: #B5B5B5. Windows color (decimal): -12521031 or 12185920. OLE color: 12185920.

HSL color Cylindrical-coordinate representation of color #40F1B9: hue angle of 161.02º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F1B9 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB64241185-
CMYK0.7300.230.05
HSL161.02º86.34%59.8%-
HSV(B)161.02º73.44%94.51%-
XYZ42.3367.556.7-
YUV181.69129.8644.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.06%
GREEN value IS 241 (94.53% from 255) = 49.18%
BLUE value IS 185 (72.66% from 255) = 37.76%
R=13.06%
G=49.18%
B=37.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal642411850.7300.230.05161.0286.3459.8
Hex40F1B9490175a1563c
Octal100361271111027524112674
Binary100000011110001101110011001001010111101101000011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40F1B9; }

 p { color: rgb(64,241,185); }

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

<style>
 a { background-color: #40F1B9; }

 a { background-color: rgb(64,241,185); }

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

<style>
 span { border-color: #40F1B9; }

 span { border-color: rgb(64,241,185); }

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