#40C4D0

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

Shades of Medium Turquoise #40C4D0

Tints of Medium Turquoise #40C4D0

Color information

#40C4D0 (or 0x40C4D0) is unknown color: approx Medium Turquoise. HEX triplet: 40, C4 and D0. RGB value is (64,196,208). Sum of RGB (Red+Green+Blue) = 64+196+208=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #40C4D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C4D0 is #BF3B2F. Grayscale: #9D9D9D. Windows color (decimal): -12532528 or 13681728. OLE color: 13681728.

HSL color Cylindrical-coordinate representation of color #40C4D0: hue angle of 185º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40C4D0 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB64196208-
CMYK0.690.0600.18
HSL185º60.5%53.33%-
HSV(B)185º69.23%81.57%-
XYZ33.2445.1266.63-
YUV157.9156.2761.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.68%
GREEN value IS 196 (76.95% from 255) = 41.88%
BLUE value IS 208 (81.64% from 255) = 44.44%
R=13.68%
G=41.88%
B=44.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641962080.690.0600.1818560.553.33
Hex40C4D0456012b93d35
Octal10030432010560222717565
Binary10000001100010011010000100010111001001010111001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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