#40CDC2

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

Shades of Medium Turquoise #40CDC2

Tints of Medium Turquoise #40CDC2

Color information

#40CDC2 (or 0x40CDC2) is unknown color: approx Medium Turquoise. HEX triplet: 40, CD and C2. RGB value is (64,205,194). Sum of RGB (Red+Green+Blue) = 64+205+194=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDC2 is #BF323D. Grayscale: #A1A1A1. Windows color (decimal): -12530238 or 12766528. OLE color: 12766528.

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

Color convert

RGB64205194-
CMYK0.6900.050.20
HSL175.32º58.51%52.75%-
HSV(B)175.32º68.78%80.39%-
XYZ33.6848.6558.65-
YUV161.59146.2958.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.82%
GREEN value IS 205 (80.47% from 255) = 44.28%
BLUE value IS 194 (76.17% from 255) = 41.90%
R=13.82%
G=44.28%
B=41.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal642051940.6900.050.20175.3258.5152.75
Hex40CDC2450514af3b35
Octal10031530210505242577365
Binary10000001100110111000010100010101011010010101111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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