#40EBFD

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

Shades of Turquoise #40EBFD

Tints of Turquoise #40EBFD

Color information

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

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

Color convert

RGB64235253-
CMYK0.750.0700.01
HSL185.71º97.93%62.16%-
HSV(B)185.71º74.7%99.22%-
XYZ49.5567.6103.36-
YUV185.92165.8541.04-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal642352530.750.0700.01185.7197.9362.16
Hex40EBFD4B701ba623e
Octal10035337511370127214276
Binary10000001110101111111101100101111101101110101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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