#40D3CD

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

Shades of Medium Turquoise #40D3CD

Tints of Medium Turquoise #40D3CD

Color information

#40D3CD (or 0x40D3CD) is unknown color: approx Medium Turquoise. HEX triplet: 40, D3 and CD. RGB value is (64,211,205). Sum of RGB (Red+Green+Blue) = 64+211+205=480 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.33% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 211 - color contains mainly: green. Hex color #40D3CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D3CD is #BF2C32. Grayscale: #A6A6A6. Windows color (decimal): -12528691 or 13488960. OLE color: 13488960.

HSL color Cylindrical-coordinate representation of color #40D3CD: hue angle of 177.55º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D3CD is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB64211205-
CMYK0.7000.030.17
HSL177.55º62.55%53.92%-
HSV(B)177.55º69.67%82.75%-
XYZ36.4352.0965.89-
YUV166.36149.854.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.33%
GREEN value IS 211 (82.81% from 255) = 43.96%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=13.33%
G=43.96%
B=42.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal642112050.7000.030.17177.5562.5553.92
Hex40D3CD460311b23f36
Octal10032331510603212627766
Binary1000000110100111100110110001100111000110110010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,211,205); }

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

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

 a { background-color: rgb(64,211,205); }

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

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

 span { border-color: rgb(64,211,205); }

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