#40C5D6

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

Shades of Medium Turquoise #40C5D6

Tints of Medium Turquoise #40C5D6

Color information

#40C5D6 (or 0x40C5D6) is unknown color: approx Medium Turquoise. HEX triplet: 40, C5 and D6. RGB value is (64,197,214). Sum of RGB (Red+Green+Blue) = 64+197+214=475 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.47% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #40C5D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C5D6 is #BF3A29. Grayscale: #9E9E9E. Windows color (decimal): -12532266 or 14075200. OLE color: 14075200.

HSL color Cylindrical-coordinate representation of color #40C5D6: hue angle of 186.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40C5D6 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB64197214-
CMYK0.700.0800.16
HSL186.8º64.66%54.51%-
HSV(B)186.8º70.09%83.92%-
XYZ34.2245.8870.67-
YUV159.17158.9460.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.47%
GREEN value IS 197 (77.34% from 255) = 41.47%
BLUE value IS 214 (83.98% from 255) = 45.05%
R=13.47%
G=41.47%
B=45.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal641972140.700.0800.16186.864.6654.51
Hex40C5D6468010bb4137
Octal1003053261061002027310167
Binary1000000110001011101011010001101000010000101110111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,197,214); }

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

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

 a { background-color: rgb(64,197,214); }

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

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

 span { border-color: rgb(64,197,214); }

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