#40D0DB

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

Shades of Medium Turquoise #40D0DB

Tints of Medium Turquoise #40D0DB

Color information

#40D0DB (or 0x40D0DB) is unknown color: approx Medium Turquoise. HEX triplet: 40, D0 and DB. RGB value is (64,208,219). Sum of RGB (Red+Green+Blue) = 64+208+219=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #40D0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D0DB is #BF2F24. Grayscale: #A6A6A6. Windows color (decimal): -12529445 or 14405696. OLE color: 14405696.

HSL color Cylindrical-coordinate representation of color #40D0DB: hue angle of 184.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40D0DB is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB64208219-
CMYK0.710.0500.14
HSL184.26º68.28%55.49%-
HSV(B)184.26º70.78%85.88%-
XYZ37.4651.3274.95-
YUV166.2157.7955.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.03%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 219 (85.94% from 255) = 44.60%
R=13.03%
G=42.36%
B=44.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal642082190.710.0500.14184.2668.2855.49
Hex40D0DB4750Eb84437
Octal100320333107501627010467
Binary10000001101000011011011100011110101110101110001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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