#40CAB5

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

Shades of Medium Turquoise #40CAB5

Tints of Medium Turquoise #40CAB5

Color information

#40CAB5 (or 0x40CAB5) is unknown color: approx Medium Turquoise. HEX triplet: 40, CA and B5. RGB value is (64,202,181). Sum of RGB (Red+Green+Blue) = 64+202+181=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #40CAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CAB5 is #BF354A. Grayscale: #9E9E9E. Windows color (decimal): -12531019 or 11913792. OLE color: 11913792.

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

Color convert

RGB64202181-
CMYK0.6800.100.21
HSL170.87º56.56%52.16%-
HSV(B)170.87º68.32%79.22%-
XYZ31.5846.6751.06-
YUV158.34140.7860.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.32%
GREEN value IS 202 (79.30% from 255) = 45.19%
BLUE value IS 181 (71.09% from 255) = 40.49%
R=14.32%
G=45.19%
B=40.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal642021810.6800.100.21170.8756.5652.16
Hex40CAB5440A15ab3934
Octal100312265104012252537164
Binary100000011001010101101011000100010101010110101011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,202,181); }

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

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

 a { background-color: rgb(64,202,181); }

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

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

 span { border-color: rgb(64,202,181); }

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