#40C5B7

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

Shades of Medium Turquoise #40C5B7

Tints of Medium Turquoise #40C5B7

Color information

#40C5B7 (or 0x40C5B7) is unknown color: approx Medium Turquoise. HEX triplet: 40, C5 and B7. RGB value is (64,197,183). Sum of RGB (Red+Green+Blue) = 64+197+183=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #40C5B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C5B7 is #BF3A48. Grayscale: #9B9B9B. Windows color (decimal): -12532297 or 12043584. OLE color: 12043584.

HSL color Cylindrical-coordinate representation of color #40C5B7: hue angle of 173.68º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C5B7 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB64197183-
CMYK0.6800.070.23
HSL173.68º53.41%51.18%-
HSV(B)173.68º67.51%77.25%-
XYZ30.6344.4451.76-
YUV155.64143.4462.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.41%
GREEN value IS 197 (77.34% from 255) = 44.37%
BLUE value IS 183 (71.88% from 255) = 41.22%
R=14.41%
G=44.37%
B=41.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal641971830.6800.070.23173.6853.4151.18
Hex40C5B7440717ae3533
Octal10030526710407272566563
Binary10000001100010110110111100010001111011110101110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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