#40FFD9

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

Shades of Turquoise #40FFD9

Tints of Turquoise #40FFD9

Color information

#40FFD9 (or 0x40FFD9) is unknown color: approx Turquoise. HEX triplet: 40, FF and D9. RGB value is (64,255,217). Sum of RGB (Red+Green+Blue) = 64+255+217=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFD9 is #BF0026. Grayscale: #C1C1C1. Windows color (decimal): -12517415 or 14286656. OLE color: 14286656.

HSL color Cylindrical-coordinate representation of color #40FFD9: hue angle of 168.06º 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 #40FFD9 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB64255217-
CMYK0.7500.150
HSL168.06º100%62.55%-
HSV(B)168.06º74.9%100%-
XYZ50.477.6277.97-
YUV193.56141.2235.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.94%
GREEN value IS 255 (100% from 255) = 47.57%
BLUE value IS 217 (85.16% from 255) = 40.49%
R=11.94%
G=47.57%
B=40.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642552170.7500.150168.0610062.55
Hex40FFD94B0F0a8643f
Octal100377331113017025014477
Binary100000011111111110110011001011011110101010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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