#40EBFB

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

Shades of Turquoise #40EBFB

Tints of Turquoise #40EBFB

Color information

#40EBFB (or 0x40EBFB) is unknown color: approx Turquoise. HEX triplet: 40, EB and FB. RGB value is (64,235,251). Sum of RGB (Red+Green+Blue) = 64+235+251=550 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.64% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #40EBFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EBFB is #BF1404. Grayscale: #B9B9B9. Windows color (decimal): -12522501 or 16509760. OLE color: 16509760.

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

Color convert

RGB64235251-
CMYK0.750.0600.02
HSL185.13º95.9%61.76%-
HSV(B)185.13º74.5%98.43%-
XYZ49.2467.47101.7-
YUV185.7164.8541.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.64%
GREEN value IS 235 (92.19% from 255) = 42.73%
BLUE value IS 251 (98.44% from 255) = 45.64%
R=11.64%
G=42.73%
B=45.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal642352510.750.0600.02185.1395.961.76
Hex40EBFB4B602b9603e
Octal10035337311360227114076
Binary100000011101011111110111001011110010101110011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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