Html Css Color HEX #40C3BA Medium Turquoise

📋 copy color: '#40C3BA'

red 64 ◦ green 195 ◦ blue 186

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

Shades of Medium Turquoise #40C3BA

Tints of Medium Turquoise #40C3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.82%

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

R = 14.38%
G = 43.82%
B = 41.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#40C3BA (or 0x40C3BA) is known color: Medium Turquoise. HEX triplet: 40, C3 and BA. RGB value is (64,195,186). Sum of RGB (Red+Green+Blue) = 64+195+186=445 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.38% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #40C3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C3BA is #BF3C45. Grayscale: #9A9A9A. Windows color (decimal): -12532806 or 12239680. OLE color: 12239680.

HSL color Cylindrical-coordinate representation of color #40C3BA: hue angle of 175.88º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C3BA is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 195 186 -
CMYK 0.67 0 0.05 0.24
HSL 175.88º 0.52% 0.51% -
HSV(B) 175.88º 0.67% 0.76% -
XYZ 30.49 43.67 53.28 -
YUV 154.81 145.6 63.23 -
System Red Green Blue C M Y K H S L
Decimal 64 195 186 0.67 0 0.05 0.24 175.88 0.52 0.51
Hex 40 C3 BA 43 0 5 18 B0 34 33
Octal 100 303 272 103 0 5 30 260 64 63
Binary 1000000 11000011 10111010 1000011 0 101 11000 10110000 110100 110011

Color Harmonies of #40C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C3BA

Black with #40C3BA

Text Example


Text Example

White with #40C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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