#40F1B8

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

Shades of Turquoise #40F1B8

Tints of Turquoise #40F1B8

Color information

#40F1B8 (or 0x40F1B8) is unknown color: approx Turquoise. HEX triplet: 40, F1 and B8. RGB value is (64,241,184). Sum of RGB (Red+Green+Blue) = 64+241+184=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #40F1B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F1B8 is #BF0E47. Grayscale: #B5B5B5. Windows color (decimal): -12521032 or 12120384. OLE color: 12120384.

HSL color Cylindrical-coordinate representation of color #40F1B8: hue angle of 160.68º 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 #40F1B8 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB64241184-
CMYK0.7300.240.05
HSL160.68º86.34%59.8%-
HSV(B)160.68º73.44%94.51%-
XYZ42.2267.4656.14-
YUV181.58129.3644.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.09%
GREEN value IS 241 (94.53% from 255) = 49.28%
BLUE value IS 184 (72.27% from 255) = 37.63%
R=13.09%
G=49.28%
B=37.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal642411840.7300.240.05160.6886.3459.8
Hex40F1B8490185a1563c
Octal100361270111030524112674
Binary100000011110001101110001001001011000101101000011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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