#40CBC4

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

Shades of Medium Turquoise #40CBC4

Tints of Medium Turquoise #40CBC4

Color information

#40CBC4 (or 0x40CBC4) is unknown color: approx Medium Turquoise. HEX triplet: 40, CB and C4. RGB value is (64,203,196). Sum of RGB (Red+Green+Blue) = 64+203+196=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #40CBC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBC4 is #BF343B. Grayscale: #A0A0A0. Windows color (decimal): -12530748 or 12897088. OLE color: 12897088.

HSL color Cylindrical-coordinate representation of color #40CBC4: hue angle of 176.98º 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 #40CBC4 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB64203196-
CMYK0.6800.030.20
HSL176.98º57.2%52.35%-
HSV(B)176.98º68.47%79.61%-
XYZ33.4347.7959.69-
YUV160.64147.9559.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.82%
GREEN value IS 203 (79.69% from 255) = 43.84%
BLUE value IS 196 (76.95% from 255) = 42.33%
R=13.82%
G=43.84%
B=42.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal642031960.6800.030.20176.9857.252.35
Hex40CBC4440314b13934
Octal10031330410403242617164
Binary1000000110010111100010010001000111010010110001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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