Html Css Color HEX #40BDBA Medium Turquoise

📋 copy color: '#40BDBA'

red 64 ◦ green 189 ◦ blue 186

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

Shades of Medium Turquoise #40BDBA

Tints of Medium Turquoise #40BDBA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.05%

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

R = 14.58%
G = 43.05%
B = 42.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#40BDBA (or 0x40BDBA) is known color: Medium Turquoise. HEX triplet: 40, BD and BA. RGB value is (64,189,186). Sum of RGB (Red+Green+Blue) = 64+189+186=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #40BDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BDBA is #BF4245. Grayscale: #979797. Windows color (decimal): -12534342 or 12238144. OLE color: 12238144.

HSL color Cylindrical-coordinate representation of color #40BDBA: hue angle of 178.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BDBA is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 189 186 -
CMYK 0.66 0 0.02 0.26
HSL 178.56º 0.49% 0.5% -
HSV(B) 178.56º 0.66% 0.74% -
XYZ 29.17 41.03 52.84 -
YUV 151.28 147.59 65.74 -
System Red Green Blue C M Y K H S L
Decimal 64 189 186 0.66 0 0.02 0.26 178.56 0.49 0.5
Hex 40 BD BA 42 0 2 1A B3 31 32
Octal 100 275 272 102 0 2 32 263 61 62
Binary 1000000 10111101 10111010 1000010 0 10 11010 10110011 110001 110010

Color Harmonies of #40BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BDBA

Black with #40BDBA

Text Example


Text Example

White with #40BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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