Html Css Color HEX #40EFBA Turquoise

📋 copy color: '#40EFBA'

red 64 ◦ green 239 ◦ blue 186

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

Shades of Turquoise #40EFBA

Tints of Turquoise #40EFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.88%

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 13.09%
G = 48.88%
B = 38.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#40EFBA (or 0x40EFBA) is known color: Turquoise. HEX triplet: 40, EF and BA. RGB value is (64,239,186). Sum of RGB (Red+Green+Blue) = 64+239+186=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFBA is #BF1045. Grayscale: #B4B4B4. Windows color (decimal): -12521542 or 12250944. OLE color: 12250944.

HSL color Cylindrical-coordinate representation of color #40EFBA: hue angle of 161.83º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EFBA is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 239 186 -
CMYK 0.73 0 0.22 0.06
HSL 161.83º 0.85% 0.59% -
HSV(B) 161.83º 0.73% 0.94% -
XYZ 41.84 66.37 57.06 -
YUV 180.63 131.02 44.81 -
System Red Green Blue C M Y K H S L
Decimal 64 239 186 0.73 0 0.22 0.06 161.83 0.85 0.59
Hex 40 EF BA 49 0 16 6 A2 55 3B
Octal 100 357 272 111 0 26 6 242 125 73
Binary 1000000 11101111 10111010 1001001 0 10110 110 10100010 1010101 111011

Color Harmonies of #40EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EFBA

Black with #40EFBA

Text Example


Text Example

White with #40EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,239,186); }

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

background-color css

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

 a { background-color: rgb(64,239,186); }

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

border-color css

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

 span { border-color: rgb(64,239,186); }

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