#40E9FD

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

Shades of Turquoise #40E9FD

Tints of Turquoise #40E9FD

Color information

#40E9FD (or 0x40E9FD) is unknown color: approx Turquoise. HEX triplet: 40, E9 and FD. RGB value is (64,233,253). Sum of RGB (Red+Green+Blue) = 64+233+253=550 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.64% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #40E9FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E9FD is #BF1602. Grayscale: #B8B8B8. Windows color (decimal): -12523011 or 16640320. OLE color: 16640320.

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

Color convert

RGB64233253-
CMYK0.750.0800.01
HSL186.35º97.93%62.16%-
HSV(B)186.35º74.7%99.22%-
XYZ48.9866.46103.17-
YUV184.75166.5141.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.64%
GREEN value IS 233 (91.41% from 255) = 42.36%
BLUE value IS 253 (99.22% from 255) = 46%
R=11.64%
G=42.36%
B=46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal642332530.750.0800.01186.3597.9362.16
Hex40E9FD4B801ba623e
Octal100351375113100127214276
Binary100000011101001111111011001011100001101110101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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