#40FFC5

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

Shades of Turquoise #40FFC5

Tints of Turquoise #40FFC5

Color information

#40FFC5 (or 0x40FFC5) is unknown color: approx Turquoise. HEX triplet: 40, FF and C5. RGB value is (64,255,197). Sum of RGB (Red+Green+Blue) = 64+255+197=516 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.40% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFC5 is #BF003A. Grayscale: #BFBFBF. Windows color (decimal): -12517435 or 12975936. OLE color: 12975936.

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

Color convert

RGB64255197-
CMYK0.7500.230
HSL161.78º100%62.55%-
HSV(B)161.78º74.9%100%-
XYZ47.9576.6465.09-
YUV191.28131.2237.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.40%
GREEN value IS 255 (100% from 255) = 49.42%
BLUE value IS 197 (77.34% from 255) = 38.18%
R=12.40%
G=49.42%
B=38.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642551970.7500.230161.7810062.55
Hex40FFC54B0170a2643f
Octal100377305113027024214477
Binary1000000111111111100010110010110101110101000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,255,197); }

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

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

 a { background-color: rgb(64,255,197); }

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

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

 span { border-color: rgb(64,255,197); }

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