Html Css Color HEX #40C5B4 Medium Turquoise

📋 copy color: '#40C5B4'

red 64 ◦ green 197 ◦ blue 180

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

Shades of Medium Turquoise #40C5B4

Tints of Medium Turquoise #40C5B4

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.67%

 BLUE value IS 180 (70.7% from 255) = 40.82%

R = 14.51%
G = 44.67%
B = 40.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#40C5B4 (or 0x40C5B4) is known color: Medium Turquoise. HEX triplet: 40, C5 and B4. RGB value is (64,197,180). Sum of RGB (Red+Green+Blue) = 64+197+180=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #40C5B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C5B4 is #BF3A4B. Grayscale: #9B9B9B. Windows color (decimal): -12532300 or 11846976. OLE color: 11846976.

HSL color Cylindrical-coordinate representation of color #40C5B4: hue angle of 172.33º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C5B4 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 197 180 -
CMYK 0.68 0 0.09 0.23
HSL 172.33º 0.53% 0.51% -
HSV(B) 172.33º 0.68% 0.77% -
XYZ 30.32 44.32 50.14 -
YUV 155.3 141.94 62.88 -
System Red Green Blue C M Y K H S L
Decimal 64 197 180 0.68 0 0.09 0.23 172.33 0.53 0.51
Hex 40 C5 B4 44 0 9 17 AC 35 33
Octal 100 305 264 104 0 11 27 254 65 63
Binary 1000000 11000101 10110100 1000100 0 1001 10111 10101100 110101 110011

Color Harmonies of #40C5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C5B4

Black with #40C5B4

Text Example


Text Example

White with #40C5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,197,180); }

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

background-color css

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

 a { background-color: rgb(64,197,180); }

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

border-color css

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

 span { border-color: rgb(64,197,180); }

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