#40CCDC

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

Shades of Medium Turquoise #40CCDC

Tints of Medium Turquoise #40CCDC

Color information

#40CCDC (or 0x40CCDC) is unknown color: approx Medium Turquoise. HEX triplet: 40, CC and DC. RGB value is (64,204,220). Sum of RGB (Red+Green+Blue) = 64+204+220=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #40CCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCDC is #BF3323. Grayscale: #A3A3A3. Windows color (decimal): -12530468 or 14470208. OLE color: 14470208.

HSL color Cylindrical-coordinate representation of color #40CCDC: hue angle of 186.15º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CCDC is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB64204220-
CMYK0.710.0700.14
HSL186.15º69.03%55.69%-
HSV(B)186.15º70.91%86.27%-
XYZ36.6349.4475.32-
YUV163.96159.6256.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.11%
GREEN value IS 204 (80.08% from 255) = 41.80%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=13.11%
G=41.80%
B=45.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal642042200.710.0700.14186.1569.0355.69
Hex40CCDC4770Eba4538
Octal100314334107701627210570
Binary10000001100110011011100100011111101110101110101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,204,220); }

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

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

 a { background-color: rgb(64,204,220); }

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

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

 span { border-color: rgb(64,204,220); }

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