#40FDEC

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

Shades of Turquoise #40FDEC

Tints of Turquoise #40FDEC

Color information

#40FDEC (or 0x40FDEC) is unknown color: approx Turquoise. HEX triplet: 40, FD and EC. RGB value is (64,253,236). Sum of RGB (Red+Green+Blue) = 64+253+236=553 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.57% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FDEC is #BF0213. Grayscale: #C2C2C2. Windows color (decimal): -12517908 or 15531328. OLE color: 15531328.

HSL color Cylindrical-coordinate representation of color #40FDEC: hue angle of 174.6º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FDEC is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB64253236-
CMYK0.7500.070.01
HSL174.6º97.93%62.16%-
HSV(B)174.6º74.7%99.22%-
XYZ52.3877.491.54-
YUV194.55151.3834.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.57%
GREEN value IS 253 (99.22% from 255) = 45.75%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=11.57%
G=45.75%
B=42.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal642532360.7500.070.01174.697.9362.16
Hex40FDEC4B071af623e
Octal10037535411307125714276
Binary10000001111110111101100100101101111101011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,253,236); }

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

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

 a { background-color: rgb(64,253,236); }

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

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

 span { border-color: rgb(64,253,236); }

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