#40DFC0

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

Shades of Turquoise #40DFC0

Tints of Turquoise #40DFC0

Color information

#40DFC0 (or 0x40DFC0) is unknown color: approx Turquoise. HEX triplet: 40, DF and C0. RGB value is (64,223,192). Sum of RGB (Red+Green+Blue) = 64+223+192=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #40DFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFC0 is #BF203F. Grayscale: #ABABAB. Windows color (decimal): -12525632 or 12640064. OLE color: 12640064.

HSL color Cylindrical-coordinate representation of color #40DFC0: hue angle of 168.3º degrees, saturation: 0.71, 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 #40DFC0 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB64223192-
CMYK0.7100.140.13
HSL168.3º71.3%56.27%-
HSV(B)168.3º71.3%87.45%-
XYZ38.0257.6759-
YUV171.92139.3251.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.36%
GREEN value IS 223 (87.5% from 255) = 46.56%
BLUE value IS 192 (75.39% from 255) = 40.08%
R=13.36%
G=46.56%
B=40.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal642231920.7100.140.13168.371.356.27
Hex40DFC0470EDa84738
Octal1003373001070161525010770
Binary100000011011111110000001000111011101101101010001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,223,192); }

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

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

 a { background-color: rgb(64,223,192); }

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

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

 span { border-color: rgb(64,223,192); }

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