#40FDEB

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

Shades of Turquoise #40FDEB

Tints of Turquoise #40FDEB

Color information

#40FDEB (or 0x40FDEB) is unknown color: approx Turquoise. HEX triplet: 40, FD and EB. RGB value is (64,253,235). Sum of RGB (Red+Green+Blue) = 64+253+235=552 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.59% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FDEB is #BF0214. Grayscale: #C2C2C2. Windows color (decimal): -12517909 or 15465792. OLE color: 15465792.

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

Color convert

RGB64253235-
CMYK0.7500.070.01
HSL174.29º97.93%62.16%-
HSV(B)174.29º74.7%99.22%-
XYZ52.2477.3490.77-
YUV194.44150.8834.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.59%
GREEN value IS 253 (99.22% from 255) = 45.83%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=11.59%
G=45.83%
B=42.57%

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
Decimal642532350.7500.070.01174.2997.9362.16
Hex40FDEB4B071ae623e
Octal10037535311307125614276
Binary10000001111110111101011100101101111101011101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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