Html Css Color HEX #40ECBB Turquoise

📋 copy color: '#40ECBB'

red 64 ◦ green 236 ◦ blue 187

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

Shades of Turquoise #40ECBB

Tints of Turquoise #40ECBB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.46%

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 13.14%
G = 48.46%
B = 38.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#40ECBB (or 0x40ECBB) is known color: Turquoise. HEX triplet: 40, EC and BB. RGB value is (64,236,187). Sum of RGB (Red+Green+Blue) = 64+236+187=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40ECBB is #BF1344. Grayscale: #B3B3B3. Windows color (decimal): -12522309 or 12315712. OLE color: 12315712.

HSL color Cylindrical-coordinate representation of color #40ECBB: hue angle of 162.91º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ECBB is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 236 187 -
CMYK 0.73 0 0.21 0.07
HSL 162.91º 0.82% 0.59% -
HSV(B) 162.91º 0.73% 0.93% -
XYZ 41.08 64.67 57.33 -
YUV 178.99 132.52 45.98 -
System Red Green Blue C M Y K H S L
Decimal 64 236 187 0.73 0 0.21 0.07 162.91 0.82 0.59
Hex 40 EC BB 49 0 15 7 A3 52 3B
Octal 100 354 273 111 0 25 7 243 122 73
Binary 1000000 11101100 10111011 1001001 0 10101 111 10100011 1010010 111011

Color Harmonies of #40ECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ECBB

Black with #40ECBB

Text Example


Text Example

White with #40ECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,236,187); }

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

background-color css

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

 a { background-color: rgb(64,236,187); }

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

border-color css

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

 span { border-color: rgb(64,236,187); }

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