Html Css Color HEX #40D7B7 Medium Turquoise

📋 copy color: '#40D7B7'

red 64 ◦ green 215 ◦ blue 183

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

Shades of Medium Turquoise #40D7B7

Tints of Medium Turquoise #40D7B7

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.54%

 BLUE value IS 183 (71.88% from 255) = 39.61%

R = 13.85%
G = 46.54%
B = 39.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#40D7B7 (or 0x40D7B7) is known color: Medium Turquoise. HEX triplet: 40, D7 and B7. RGB value is (64,215,183). Sum of RGB (Red+Green+Blue) = 64+215+183=462 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.85% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #40D7B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D7B7 is #BF2848. Grayscale: #A6A6A6. Windows color (decimal): -12527689 or 12048192. OLE color: 12048192.

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

Color convert

RGB 64 215 183 -
CMYK 0.70 0 0.15 0.16
HSL 167.28º 0.65% 0.55% -
HSV(B) 167.28º 0.7% 0.84% -
XYZ 34.96 53.11 53.21 -
YUV 166.2 137.47 55.1 -
System Red Green Blue C M Y K H S L
Decimal 64 215 183 0.70 0 0.15 0.16 167.28 0.65 0.55
Hex 40 D7 B7 46 0 F 10 A7 41 37
Octal 100 327 267 106 0 17 20 247 101 67
Binary 1000000 11010111 10110111 1000110 0 1111 10000 10100111 1000001 110111

Color Harmonies of #40D7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D7B7

Black with #40D7B7

Text Example


Text Example

White with #40D7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,215,183); }

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

background-color css

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

 a { background-color: rgb(64,215,183); }

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

border-color css

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

 span { border-color: rgb(64,215,183); }

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