Html Css Color HEX #40CAB5 Medium Turquoise

📋 copy color: '#40CAB5'

red 64 ◦ green 202 ◦ blue 181

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

Shades of Medium Turquoise #40CAB5

Tints of Medium Turquoise #40CAB5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.19%

 BLUE value IS 181 (71.09% from 255) = 40.49%

R = 14.32%
G = 45.19%
B = 40.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#40CAB5 (or 0x40CAB5) is known color: Medium Turquoise. HEX triplet: 40, CA and B5. RGB value is (64,202,181). Sum of RGB (Red+Green+Blue) = 64+202+181=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #40CAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CAB5 is #BF354A. Grayscale: #9E9E9E. Windows color (decimal): -12531019 or 11913792. OLE color: 11913792.

HSL color Cylindrical-coordinate representation of color #40CAB5: hue angle of 170.87º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CAB5 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 202 181 -
CMYK 0.68 0 0.10 0.21
HSL 170.87º 0.57% 0.52% -
HSV(B) 170.87º 0.68% 0.79% -
XYZ 31.58 46.67 51.06 -
YUV 158.34 140.78 60.71 -
System Red Green Blue C M Y K H S L
Decimal 64 202 181 0.68 0 0.10 0.21 170.87 0.57 0.52
Hex 40 CA B5 44 0 A 15 AB 39 34
Octal 100 312 265 104 0 12 25 253 71 64
Binary 1000000 11001010 10110101 1000100 0 1010 10101 10101011 111001 110100

Color Harmonies of #40CAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CAB5

Black with #40CAB5

Text Example


Text Example

White with #40CAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,202,181); }

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

background-color css

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

 a { background-color: rgb(64,202,181); }

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

border-color css

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

 span { border-color: rgb(64,202,181); }

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