Html Css Color HEX #40EBB1 Turquoise

📋 copy color: '#40EBB1'

red 64 ◦ green 235 ◦ blue 177

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

Shades of Turquoise #40EBB1

Tints of Turquoise #40EBB1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.37%

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 13.45%
G = 49.37%
B = 37.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#40EBB1 (or 0x40EBB1) is known color: Turquoise. HEX triplet: 40, EB and B1. RGB value is (64,235,177). Sum of RGB (Red+Green+Blue) = 64+235+177=476 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.45% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #40EBB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EBB1 is #BF144E. Grayscale: #B1B1B1. Windows color (decimal): -12522575 or 11660096. OLE color: 11660096.

HSL color Cylindrical-coordinate representation of color #40EBB1: hue angle of 159.65º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EBB1 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 235 177 -
CMYK 0.73 0 0.25 0.08
HSL 159.65º 0.81% 0.59% -
HSV(B) 159.65º 0.73% 0.92% -
XYZ 39.76 63.68 51.79 -
YUV 177.26 127.85 47.22 -
System Red Green Blue C M Y K H S L
Decimal 64 235 177 0.73 0 0.25 0.08 159.65 0.81 0.59
Hex 40 EB B1 49 0 19 8 A0 51 3B
Octal 100 353 261 111 0 31 10 240 121 73
Binary 1000000 11101011 10110001 1001001 0 11001 1000 10100000 1010001 111011

Color Harmonies of #40EBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EBB1

Black with #40EBB1

Text Example


Text Example

White with #40EBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,235,177); }

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

background-color css

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

 a { background-color: rgb(64,235,177); }

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

border-color css

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

 span { border-color: rgb(64,235,177); }

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