#40D0D6

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

Shades of Medium Turquoise #40D0D6

Tints of Medium Turquoise #40D0D6

Color information

#40D0D6 (or 0x40D0D6) is unknown color: approx Medium Turquoise. HEX triplet: 40, D0 and D6. RGB value is (64,208,214). Sum of RGB (Red+Green+Blue) = 64+208+214=486 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.17% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #40D0D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D0D6 is #BF2F29. Grayscale: #A5A5A5. Windows color (decimal): -12529450 or 14078016. OLE color: 14078016.

HSL color Cylindrical-coordinate representation of color #40D0D6: hue angle of 182.4º 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 #40D0D6 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB64208214-
CMYK0.700.0300.16
HSL182.4º64.66%54.51%-
HSV(B)182.4º70.09%83.92%-
XYZ36.8151.0671.53-
YUV165.63155.2955.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.17%
GREEN value IS 208 (81.64% from 255) = 42.80%
BLUE value IS 214 (83.98% from 255) = 44.03%
R=13.17%
G=42.80%
B=44.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal642082140.700.0300.16182.464.6654.51
Hex40D0D6463010b64137
Octal100320326106302026610167
Binary10000001101000011010110100011011010000101101101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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