#40C2CB

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

Shades of Medium Turquoise #40C2CB

Tints of Medium Turquoise #40C2CB

Color information

#40C2CB (or 0x40C2CB) is unknown color: approx Medium Turquoise. HEX triplet: 40, C2 and CB. RGB value is (64,194,203). Sum of RGB (Red+Green+Blue) = 64+194+203=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #40C2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C2CB is #BF3D34. Grayscale: #9B9B9B. Windows color (decimal): -12533045 or 13353536. OLE color: 13353536.

HSL color Cylindrical-coordinate representation of color #40C2CB: hue angle of 183.88º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C2CB is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB64194203-
CMYK0.680.0400.20
HSL183.88º57.2%52.35%-
HSV(B)183.88º68.47%79.61%-
XYZ32.1943.9963.29-
YUV156.16154.4362.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.88%
GREEN value IS 194 (76.17% from 255) = 42.08%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=13.88%
G=42.08%
B=44.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641942030.680.0400.20183.8857.252.35
Hex40C2CB444014b83934
Octal10030231310440242707164
Binary10000001100001011001011100010010001010010111000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,194,203); }

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

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

 a { background-color: rgb(64,194,203); }

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

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

 span { border-color: rgb(64,194,203); }

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