Html Css Color HEX #40E6B2 Turquoise

📋 copy color: '#40E6B2'

red 64 ◦ green 230 ◦ blue 178

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

Shades of Turquoise #40E6B2

Tints of Turquoise #40E6B2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.73%

 BLUE value IS 178 (69.92% from 255) = 37.71%

R = 13.56%
G = 48.73%
B = 37.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#40E6B2 (or 0x40E6B2) is known color: Turquoise. HEX triplet: 40, E6 and B2. RGB value is (64,230,178). Sum of RGB (Red+Green+Blue) = 64+230+178=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #40E6B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40E6B2 is #BF194D. Grayscale: #AEAEAE. Windows color (decimal): -12523854 or 11724352. OLE color: 11724352.

HSL color Cylindrical-coordinate representation of color #40E6B2: hue angle of 161.2º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E6B2 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 230 178 -
CMYK 0.72 0 0.23 0.10
HSL 161.2º 0.77% 0.58% -
HSV(B) 161.2º 0.72% 0.9% -
XYZ 38.45 60.9 51.85 -
YUV 174.44 130 49.23 -
System Red Green Blue C M Y K H S L
Decimal 64 230 178 0.72 0 0.23 0.10 161.2 0.77 0.58
Hex 40 E6 B2 48 0 17 A A1 4D 3A
Octal 100 346 262 110 0 27 12 241 115 72
Binary 1000000 11100110 10110010 1001000 0 10111 1010 10100001 1001101 111010

Color Harmonies of #40E6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E6B2

Black with #40E6B2

Text Example


Text Example

White with #40E6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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