#40F0B6

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

Shades of Turquoise #40F0B6

Tints of Turquoise #40F0B6

Color information

#40F0B6 (or 0x40F0B6) is unknown color: approx Turquoise. HEX triplet: 40, F0 and B6. RGB value is (64,240,182). Sum of RGB (Red+Green+Blue) = 64+240+182=486 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.17% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #40F0B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F0B6 is #BF0F49. Grayscale: #B4B4B4. Windows color (decimal): -12521290 or 11989056. OLE color: 11989056.

HSL color Cylindrical-coordinate representation of color #40F0B6: hue angle of 160.23º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F0B6 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB64240182-
CMYK0.7300.240.06
HSL160.23º85.44%59.61%-
HSV(B)160.23º73.33%94.12%-
XYZ41.7266.7954.95-
YUV180.76128.6944.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.17%
GREEN value IS 240 (94.14% from 255) = 49.38%
BLUE value IS 182 (71.48% from 255) = 37.45%
R=13.17%
G=49.38%
B=37.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal642401820.7300.240.06160.2385.4459.61
Hex40F0B6490186a0553c
Octal100360266111030624012574
Binary100000011110000101101101001001011000110101000001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,240,182); }

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

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

 a { background-color: rgb(64,240,182); }

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

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

 span { border-color: rgb(64,240,182); }

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