Html Css Color HEX #40BEBD Medium Turquoise

📋 copy color: '#40BEBD'

red 64 ◦ green 190 ◦ blue 189

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

Shades of Medium Turquoise #40BEBD

Tints of Medium Turquoise #40BEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.89%

 BLUE value IS 189 (74.22% from 255) = 42.66%

R = 14.45%
G = 42.89%
B = 42.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#40BEBD (or 0x40BEBD) is known color: Medium Turquoise. HEX triplet: 40, BE and BD. RGB value is (64,190,189). Sum of RGB (Red+Green+Blue) = 64+190+189=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #40BEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BEBD is #BF4142. Grayscale: #989898. Windows color (decimal): -12534083 or 12435008. OLE color: 12435008.

HSL color Cylindrical-coordinate representation of color #40BEBD: hue angle of 179.52º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BEBD is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 190 189 -
CMYK 0.66 0 0.01 0.25
HSL 179.52º 0.5% 0.5% -
HSV(B) 179.52º 0.66% 0.75% -
XYZ 29.71 41.59 54.61 -
YUV 152.21 148.76 65.08 -
System Red Green Blue C M Y K H S L
Decimal 64 190 189 0.66 0 0.01 0.25 179.52 0.5 0.5
Hex 40 BE BD 42 0 1 19 B4 32 32
Octal 100 276 275 102 0 1 31 264 62 62
Binary 1000000 10111110 10111101 1000010 0 1 11001 10110100 110010 110010

Color Harmonies of #40BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BEBD

Black with #40BEBD

Text Example


Text Example

White with #40BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,190,189); }

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

background-color css

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

 a { background-color: rgb(64,190,189); }

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

border-color css

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

 span { border-color: rgb(64,190,189); }

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