#40D0D8

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

Shades of Medium Turquoise #40D0D8

Tints of Medium Turquoise #40D0D8

Color information

#40D0D8 (or 0x40D0D8) is unknown color: approx Medium Turquoise. HEX triplet: 40, D0 and D8. RGB value is (64,208,216). Sum of RGB (Red+Green+Blue) = 64+208+216=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #40D0D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D0D8 is #BF2F27. Grayscale: #A5A5A5. Windows color (decimal): -12529448 or 14209088. OLE color: 14209088.

HSL color Cylindrical-coordinate representation of color #40D0D8: hue angle of 183.16º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D0D8 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB64208216-
CMYK0.700.0400.15
HSL183.16º66.09%54.9%-
HSV(B)183.16º70.37%84.71%-
XYZ37.0651.1672.89-
YUV165.86156.2955.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.11%
GREEN value IS 208 (81.64% from 255) = 42.62%
BLUE value IS 216 (84.77% from 255) = 44.26%
R=13.11%
G=42.62%
B=44.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal642082160.700.0400.15183.1666.0954.9
Hex40D0D84640Fb74237
Octal100320330106401726710267
Binary10000001101000011011000100011010001111101101111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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