#40DCD1

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

Shades of Turquoise #40DCD1

Tints of Turquoise #40DCD1

Color information

#40DCD1 (or 0x40DCD1) is unknown color: approx Turquoise. HEX triplet: 40, DC and D1. RGB value is (64,220,209). Sum of RGB (Red+Green+Blue) = 64+220+209=493 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.98% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #40DCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DCD1 is #BF232E. Grayscale: #ABABAB. Windows color (decimal): -12526383 or 13753408. OLE color: 13753408.

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

Color convert

RGB64220209-
CMYK0.7100.050.14
HSL175.77º69.03%55.69%-
HSV(B)175.77º70.91%86.27%-
XYZ39.2256.8869.23-
YUV172.1148.8250.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.98%
GREEN value IS 220 (86.33% from 255) = 44.62%
BLUE value IS 209 (82.03% from 255) = 42.39%
R=12.98%
G=44.62%
B=42.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal642202090.7100.050.14175.7769.0355.69
Hex40DCD14705Eb04538
Octal100334321107051626010570
Binary10000001101110011010001100011101011110101100001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,220,209); }

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

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

 a { background-color: rgb(64,220,209); }

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

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

 span { border-color: rgb(64,220,209); }

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