#40D8DC

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

Shades of Turquoise #40D8DC

Tints of Turquoise #40D8DC

Color information

#40D8DC (or 0x40D8DC) is unknown color: approx Turquoise. HEX triplet: 40, D8 and DC. RGB value is (64,216,220). Sum of RGB (Red+Green+Blue) = 64+216+220=500 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.8% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #40D8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D8DC is #BF2723. Grayscale: #AAAAAA. Windows color (decimal): -12527396 or 14473280. OLE color: 14473280.

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

Color convert

RGB64216220-
CMYK0.710.0200.14
HSL181.54º69.03%55.69%-
HSV(B)181.54º70.91%86.27%-
XYZ39.5955.3776.31-
YUV171.01155.6451.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.8%
GREEN value IS 216 (84.77% from 255) = 43.2%
BLUE value IS 220 (86.33% from 255) = 44%
R=12.8%
G=43.2%
B=44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal642162200.710.0200.14181.5469.0355.69
Hex40D8DC4720Eb64538
Octal100330334107201626610570
Binary1000000110110001101110010001111001110101101101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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