#40FBEB

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

Shades of Turquoise #40FBEB

Tints of Turquoise #40FBEB

Color information

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

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

Color convert

RGB64251235-
CMYK0.7500.060.02
HSL174.87º95.9%61.76%-
HSV(B)174.87º74.5%98.43%-
XYZ51.6176.0890.56-
YUV193.26151.5535.8-

RGB Variations

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

RGB

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

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
Decimal642512350.7500.060.02174.8795.961.76
Hex40FBEB4B062af603e
Octal10037335311306225714076
Binary100000011111011111010111001011011010101011111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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