#40D5D0

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

Shades of Medium Turquoise #40D5D0

Tints of Medium Turquoise #40D5D0

Color information

#40D5D0 (or 0x40D5D0) is unknown color: approx Medium Turquoise. HEX triplet: 40, D5 and D0. RGB value is (64,213,208). Sum of RGB (Red+Green+Blue) = 64+213+208=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #40D5D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D5D0 is #BF2A2F. Grayscale: #A7A7A7. Windows color (decimal): -12528176 or 13686080. OLE color: 13686080.

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

Color convert

RGB64213208-
CMYK0.7000.020.16
HSL177.99º63.95%54.31%-
HSV(B)177.99º69.95%83.53%-
XYZ37.2953.2367.98-
YUV167.88150.6453.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.20%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=13.20%
G=43.92%
B=42.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal642132080.7000.020.16177.9963.9554.31
Hex40D5D0460210b24036
Octal100325320106022026210066
Binary10000001101010111010000100011001010000101100101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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