Html Css Color HEX #40D5BA Medium Turquoise

📋 copy color: '#40D5BA'

red 64 ◦ green 213 ◦ blue 186

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

Shades of Medium Turquoise #40D5BA

Tints of Medium Turquoise #40D5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46%

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

R = 13.82%
G = 46%
B = 40.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#40D5BA (or 0x40D5BA) is known color: Medium Turquoise. HEX triplet: 40, D5 and BA. RGB value is (64,213,186). Sum of RGB (Red+Green+Blue) = 64+213+186=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #40D5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D5BA is #BF2A45. Grayscale: #A5A5A5. Windows color (decimal): -12528198 or 12244288. OLE color: 12244288.

HSL color Cylindrical-coordinate representation of color #40D5BA: hue angle of 169.13º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D5BA is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 213 186 -
CMYK 0.70 0 0.13 0.16
HSL 169.13º 0.64% 0.54% -
HSV(B) 169.13º 0.7% 0.84% -
XYZ 34.77 52.22 54.7 -
YUV 165.37 139.64 55.7 -
System Red Green Blue C M Y K H S L
Decimal 64 213 186 0.70 0 0.13 0.16 169.13 0.64 0.54
Hex 40 D5 BA 46 0 D 10 A9 40 36
Octal 100 325 272 106 0 15 20 251 100 66
Binary 1000000 11010101 10111010 1000110 0 1101 10000 10101001 1000000 110110

Color Harmonies of #40D5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D5BA

Black with #40D5BA

Text Example


Text Example

White with #40D5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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