#40FCB4

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

Shades of Turquoise #40FCB4

Tints of Turquoise #40FCB4

Color information

#40FCB4 (or 0x40FCB4) is unknown color: approx Turquoise. HEX triplet: 40, FC and B4. RGB value is (64,252,180). Sum of RGB (Red+Green+Blue) = 64+252+180=496 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.90% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FCB4 is #BF034B. Grayscale: #BBBBBB. Windows color (decimal): -12518220 or 11861056. OLE color: 11861056.

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

Color convert

RGB64252180-
CMYK0.7500.290.01
HSL157.02º96.91%61.96%-
HSV(B)157.02º74.6%98.82%-
XYZ45.1674.0155.08-
YUV187.58123.7239.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.90%
GREEN value IS 252 (98.83% from 255) = 50.81%
BLUE value IS 180 (70.70% from 255) = 36.29%
R=12.90%
G=50.81%
B=36.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal642521800.7500.290.01157.0296.9161.96
Hex40FCB44B01D19d613e
Octal100374264113035123514176
Binary1000000111111001011010010010110111011100111011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,252,180); }

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

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

 a { background-color: rgb(64,252,180); }

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

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

 span { border-color: rgb(64,252,180); }

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