#40F9BF

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

Shades of Turquoise #40F9BF

Tints of Turquoise #40F9BF

Color information

#40F9BF (or 0x40F9BF) is unknown color: approx Turquoise. HEX triplet: 40, F9 and BF. RGB value is (64,249,191). Sum of RGB (Red+Green+Blue) = 64+249+191=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #40F9BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F9BF is #BF0640. Grayscale: #BBBBBB. Windows color (decimal): -12518977 or 12581184. OLE color: 12581184.

HSL color Cylindrical-coordinate representation of color #40F9BF: hue angle of 161.19º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F9BF is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB64249191-
CMYK0.7400.230.02
HSL161.19º93.91%61.37%-
HSV(B)161.19º74.3%97.65%-
XYZ45.3972.660.91-
YUV187.07130.2140.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.70%
GREEN value IS 249 (97.66% from 255) = 49.40%
BLUE value IS 191 (75% from 255) = 37.90%
R=12.70%
G=49.40%
B=37.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal642491910.7400.230.02161.1993.9161.37
Hex40F9BF4A0172a15e3d
Octal100371277112027224113675
Binary10000001111100110111111100101001011110101000011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,249,191); }

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

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

 a { background-color: rgb(64,249,191); }

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

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

 span { border-color: rgb(64,249,191); }

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