#40EFD5

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

Shades of Turquoise #40EFD5

Tints of Turquoise #40EFD5

Color information

#40EFD5 (or 0x40EFD5) is unknown color: approx Turquoise. HEX triplet: 40, EF and D5. RGB value is (64,239,213). Sum of RGB (Red+Green+Blue) = 64+239+213=516 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.40% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFD5 is #BF102A. Grayscale: #B7B7B7. Windows color (decimal): -12521515 or 14020416. OLE color: 14020416.

HSL color Cylindrical-coordinate representation of color #40EFD5: hue angle of 171.09º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EFD5 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB64239213-
CMYK0.7300.110.06
HSL171.09º84.54%59.41%-
HSV(B)171.09º73.22%93.73%-
XYZ44.9967.6373.63-
YUV183.71144.5242.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.40%
GREEN value IS 239 (93.75% from 255) = 46.32%
BLUE value IS 213 (83.59% from 255) = 41.28%
R=12.40%
G=46.32%
B=41.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal642392130.7300.110.06171.0984.5459.41
Hex40EFD5490B6ab553b
Octal100357325111013625312573
Binary10000001110111111010101100100101011110101010111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,239,213); }

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

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

 a { background-color: rgb(64,239,213); }

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

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

 span { border-color: rgb(64,239,213); }

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