Html Css Color HEX #40E2B6 Turquoise

📋 copy color: '#40E2B6'

red 64 ◦ green 226 ◦ blue 182

#40E2B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #40E2B6

Tints of Turquoise #40E2B6

RGB

 RED value IS 64 (25.39% from 255) = 13.56%

 GREEN value IS 226 (88.67% from 255) = 47.88%

 BLUE value IS 182 (71.48% from 255) = 38.56%

R = 13.56%
G = 47.88%
B = 38.56%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#40E2B6 (or 0x40E2B6) is known color: Turquoise. HEX triplet: 40, E2 and B6. RGB value is (64,226,182). Sum of RGB (Red+Green+Blue) = 64+226+182=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #40E2B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E2B6 is #BF1D49. Grayscale: #ACACAC. Windows color (decimal): -12524874 or 11985472. OLE color: 11985472.

HSL color Cylindrical-coordinate representation of color #40E2B6: hue angle of 163.7º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E2B6 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 226 182 -
CMYK 0.72 0 0.19 0.11
HSL 163.7º 0.74% 0.57% -
HSV(B) 163.7º 0.72% 0.89% -
XYZ 37.75 58.86 53.63 -
YUV 172.55 133.33 50.58 -
System Red Green Blue C M Y K H S L
Decimal 64 226 182 0.72 0 0.19 0.11 163.7 0.74 0.57
Hex 40 E2 B6 48 0 13 B A4 4A 39
Octal 100 342 266 110 0 23 13 244 112 71
Binary 1000000 11100010 10110110 1001000 0 10011 1011 10100100 1001010 111001

Color Harmonies of #40E2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E2B6

Black with #40E2B6

Text Example


Text Example

White with #40E2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,226,182); }

 H1.HeaderClassName
 {
   color: #40E2B6;
 }
 .AnyTagClassName
 {
   color: #40E2B6;
 }
</style>

background-color css

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

 a { background-color: rgb(64,226,182); }

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

border-color css

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

 span { border-color: rgb(64,226,182); }

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