#40C4B8

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

Shades of Medium Turquoise #40C4B8

Tints of Medium Turquoise #40C4B8

Color information

#40C4B8 (or 0x40C4B8) is unknown color: approx Medium Turquoise. HEX triplet: 40, C4 and B8. RGB value is (64,196,184). Sum of RGB (Red+Green+Blue) = 64+196+184=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 196 - color contains mainly: green. Hex color #40C4B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C4B8 is #BF3B47. Grayscale: #9B9B9B. Windows color (decimal): -12532552 or 12108864. OLE color: 12108864.

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

Color convert

RGB64196184-
CMYK0.6700.060.23
HSL174.55º52.8%50.98%-
HSV(B)174.55º67.35%76.86%-
XYZ30.5144.0352.24-
YUV155.16144.2762.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.41%
GREEN value IS 196 (76.95% from 255) = 44.14%
BLUE value IS 184 (72.27% from 255) = 41.44%
R=14.41%
G=44.14%
B=41.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal641961840.6700.060.23174.5552.850.98
Hex40C4B8430617af3533
Octal10030427010306272576563
Binary10000001100010010111000100001101101011110101111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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