#40F2B2

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

Shades of Turquoise #40F2B2

Tints of Turquoise #40F2B2

Color information

#40F2B2 (or 0x40F2B2) is unknown color: approx Turquoise. HEX triplet: 40, F2 and B2. RGB value is (64,242,178). Sum of RGB (Red+Green+Blue) = 64+242+178=484 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.22% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #40F2B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F2B2 is #BF0D4D. Grayscale: #B5B5B5. Windows color (decimal): -12520782 or 11727424. OLE color: 11727424.

HSL color Cylindrical-coordinate representation of color #40F2B2: hue angle of 158.43º degrees, saturation: 0.87, 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 #40F2B2 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB64242178-
CMYK0.7400.260.05
HSL158.43º87.25%60%-
HSV(B)158.43º73.55%94.9%-
XYZ41.967.8153-
YUV181.48126.0344.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.22%
GREEN value IS 242 (94.92% from 255) = 50%
BLUE value IS 178 (69.92% from 255) = 36.78%
R=13.22%
G=50%
B=36.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal642421780.7400.260.05158.4387.2560
Hex40F2B24A01A59e573c
Octal100362262112032523612774
Binary100000011110010101100101001010011010101100111101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,242,178); }

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

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

 a { background-color: rgb(64,242,178); }

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

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

 span { border-color: rgb(64,242,178); }

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