Html Css Color HEX #40EFBC Turquoise

📋 copy color: '#40EFBC'

red 64 ◦ green 239 ◦ blue 188

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

Shades of Turquoise #40EFBC

Tints of Turquoise #40EFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.29%

R = 13.03%
G = 48.68%
B = 38.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#40EFBC (or 0x40EFBC) is known color: Turquoise. HEX triplet: 40, EF and BC. RGB value is (64,239,188). Sum of RGB (Red+Green+Blue) = 64+239+188=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFBC is #BF1043. Grayscale: #B4B4B4. Windows color (decimal): -12521540 or 12382016. OLE color: 12382016.

HSL color Cylindrical-coordinate representation of color #40EFBC: hue angle of 162.51º 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 #40EFBC is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 239 188 -
CMYK 0.73 0 0.21 0.06
HSL 162.51º 0.85% 0.59% -
HSV(B) 162.51º 0.73% 0.94% -
XYZ 42.06 66.45 58.19 -
YUV 180.86 132.02 44.65 -
System Red Green Blue C M Y K H S L
Decimal 64 239 188 0.73 0 0.21 0.06 162.51 0.85 0.59
Hex 40 EF BC 49 0 15 6 A3 55 3B
Octal 100 357 274 111 0 25 6 243 125 73
Binary 1000000 11101111 10111100 1001001 0 10101 110 10100011 1010101 111011

Color Harmonies of #40EFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EFBC

Black with #40EFBC

Text Example


Text Example

White with #40EFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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