#40FFBA

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

Shades of Turquoise #40FFBA

Tints of Turquoise #40FFBA

Color information

#40FFBA (or 0x40FFBA) is unknown color: approx Turquoise. HEX triplet: 40, FF and BA. RGB value is (64,255,186). Sum of RGB (Red+Green+Blue) = 64+255+186=505 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.67% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFBA is #BF0045. Grayscale: #BEBEBE. Windows color (decimal): -12517446 or 12255040. OLE color: 12255040.

HSL color Cylindrical-coordinate representation of color #40FFBA: hue angle of 158.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFBA is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB64255186-
CMYK0.7500.270
HSL158.32º100%62.55%-
HSV(B)158.32º74.9%100%-
XYZ46.7476.1658.69-
YUV190.02125.7238.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.67%
GREEN value IS 255 (100% from 255) = 50.50%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=12.67%
G=50.50%
B=36.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642551860.7500.270158.3210062.55
Hex40FFBA4B01B09e643f
Octal100377272113033023614477
Binary1000000111111111011101010010110110110100111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,255,186); }

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

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

 a { background-color: rgb(64,255,186); }

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

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

 span { border-color: rgb(64,255,186); }

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