#40D0DD

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

Shades of Medium Turquoise #40D0DD

Tints of Medium Turquoise #40D0DD

Color information

#40D0DD (or 0x40D0DD) is unknown color: approx Medium Turquoise. HEX triplet: 40, D0 and DD. RGB value is (64,208,221). Sum of RGB (Red+Green+Blue) = 64+208+221=493 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.98% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #40D0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D0DD is #BF2F22. Grayscale: #A6A6A6. Windows color (decimal): -12529443 or 14536768. OLE color: 14536768.

HSL color Cylindrical-coordinate representation of color #40D0DD: hue angle of 184.97º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40D0DD is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB64208221-
CMYK0.710.0600.13
HSL184.97º69.78%55.88%-
HSV(B)184.97º71.04%86.67%-
XYZ37.7251.4276.34-
YUV166.43158.7954.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.98%
GREEN value IS 208 (81.64% from 255) = 42.19%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=12.98%
G=42.19%
B=44.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal642082210.710.0600.13184.9769.7855.88
Hex40D0DD4760Db94638
Octal100320335107601527110670
Binary10000001101000011011101100011111001101101110011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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