#40FBEC

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

Shades of Turquoise #40FBEC

Tints of Turquoise #40FBEC

Color information

#40FBEC (or 0x40FBEC) is unknown color: approx Turquoise. HEX triplet: 40, FB and EC. RGB value is (64,251,236). Sum of RGB (Red+Green+Blue) = 64+251+236=551 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.62% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FBEC is #BF0413. Grayscale: #C1C1C1. Windows color (decimal): -12518420 or 15530816. OLE color: 15530816.

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

Color convert

RGB64251236-
CMYK0.7500.060.02
HSL175.19º95.9%61.76%-
HSV(B)175.19º74.5%98.43%-
XYZ51.7576.1491.33-
YUV193.38152.0535.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.62%
GREEN value IS 251 (98.44% from 255) = 45.55%
BLUE value IS 236 (92.58% from 255) = 42.83%
R=11.62%
G=45.55%
B=42.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal642512360.7500.060.02175.1995.961.76
Hex40FBEC4B062af603e
Octal10037335411306225714076
Binary100000011111011111011001001011011010101011111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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