Html Css Color HEX #40CAC4 Medium Turquoise

📋 copy color: '#40CAC4'

red 64 ◦ green 202 ◦ blue 196

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

Shades of Medium Turquoise #40CAC4

Tints of Medium Turquoise #40CAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.42%

R = 13.85%
G = 43.72%
B = 42.42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#40CAC4 (or 0x40CAC4) is known color: Medium Turquoise. HEX triplet: 40, CA and C4. RGB value is (64,202,196). Sum of RGB (Red+Green+Blue) = 64+202+196=462 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.85% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #40CAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CAC4 is #BF353B. Grayscale: #9F9F9F. Windows color (decimal): -12531004 or 12896832. OLE color: 12896832.

HSL color Cylindrical-coordinate representation of color #40CAC4: hue angle of 177.39º 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 #40CAC4 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 202 196 -
CMYK 0.68 0 0.03 0.21
HSL 177.39º 0.57% 0.52% -
HSV(B) 177.39º 0.68% 0.79% -
XYZ 33.2 47.32 59.61 -
YUV 160.05 148.28 59.49 -
System Red Green Blue C M Y K H S L
Decimal 64 202 196 0.68 0 0.03 0.21 177.39 0.57 0.52
Hex 40 CA C4 44 0 3 15 B1 39 34
Octal 100 312 304 104 0 3 25 261 71 64
Binary 1000000 11001010 11000100 1000100 0 11 10101 10110001 111001 110100

Color Harmonies of #40CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CAC4

Black with #40CAC4

Text Example


Text Example

White with #40CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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