#40F3BD

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

Shades of Turquoise #40F3BD

Tints of Turquoise #40F3BD

Color information

#40F3BD (or 0x40F3BD) is unknown color: approx Turquoise. HEX triplet: 40, F3 and BD. RGB value is (64,243,189). Sum of RGB (Red+Green+Blue) = 64+243+189=496 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.90% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #40F3BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F3BD is #BF0C42. Grayscale: #B7B7B7. Windows color (decimal): -12520515 or 12448576. OLE color: 12448576.

HSL color Cylindrical-coordinate representation of color #40F3BD: hue angle of 161.9º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F3BD is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB64243189-
CMYK0.7400.220.05
HSL161.9º88.18%60.2%-
HSV(B)161.9º73.66%95.29%-
XYZ43.3568.8759.15-
YUV183.32131.242.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.90%
GREEN value IS 243 (95.31% from 255) = 48.99%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=12.90%
G=48.99%
B=38.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal642431890.7400.220.05161.988.1860.2
Hex40F3BD4A0165a2583c
Octal100363275112026524213074
Binary100000011110011101111011001010010110101101000101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,243,189); }

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

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

 a { background-color: rgb(64,243,189); }

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

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

 span { border-color: rgb(64,243,189); }

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