#40FFD4

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

Shades of Turquoise #40FFD4

Tints of Turquoise #40FFD4

Color information

#40FFD4 (or 0x40FFD4) is unknown color: approx Turquoise. HEX triplet: 40, FF and D4. RGB value is (64,255,212). Sum of RGB (Red+Green+Blue) = 64+255+212=531 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.05% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFD4 is #BF002B. Grayscale: #C0C0C0. Windows color (decimal): -12517420 or 13958976. OLE color: 13958976.

HSL color Cylindrical-coordinate representation of color #40FFD4: hue angle of 166.49º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFD4 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB64255212-
CMYK0.7500.170
HSL166.49º100%62.55%-
HSV(B)166.49º74.9%100%-
XYZ49.7677.3674.6-
YUV192.99138.7236-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.05%
GREEN value IS 255 (100% from 255) = 48.02%
BLUE value IS 212 (83.20% from 255) = 39.92%
R=12.05%
G=48.02%
B=39.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642552120.7500.170166.4910062.55
Hex40FFD44B0110a6643f
Octal100377324113021024614477
Binary1000000111111111101010010010110100010101001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,255,212); }

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

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

 a { background-color: rgb(64,255,212); }

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

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

 span { border-color: rgb(64,255,212); }

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