#40CDCB

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

Shades of Medium Turquoise #40CDCB

Tints of Medium Turquoise #40CDCB

Color information

#40CDCB (or 0x40CDCB) is unknown color: approx Medium Turquoise. HEX triplet: 40, CD and CB. RGB value is (64,205,203). Sum of RGB (Red+Green+Blue) = 64+205+203=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDCB is #BF3234. Grayscale: #A2A2A2. Windows color (decimal): -12530229 or 13356352. OLE color: 13356352.

HSL color Cylindrical-coordinate representation of color #40CDCB: hue angle of 179.15º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CDCB is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB64205203-
CMYK0.6900.010.20
HSL179.15º58.51%52.75%-
HSV(B)179.15º68.78%80.39%-
XYZ34.7349.0664.14-
YUV162.61150.7957.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.56%
GREEN value IS 205 (80.47% from 255) = 43.43%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=13.56%
G=43.43%
B=43.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal642052030.6900.010.20179.1558.5152.75
Hex40CDCB450114b33b35
Octal10031531310501242637365
Binary100000011001101110010111000101011010010110011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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