Html Css Color HEX #40CAC1 Medium Turquoise

📋 copy color: '#40CAC1'

red 64 ◦ green 202 ◦ blue 193

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

Shades of Medium Turquoise #40CAC1

Tints of Medium Turquoise #40CAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.05%

R = 13.94%
G = 44.01%
B = 42.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#40CAC1 (or 0x40CAC1) is known color: Medium Turquoise. HEX triplet: 40, CA and C1. RGB value is (64,202,193). Sum of RGB (Red+Green+Blue) = 64+202+193=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #40CAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CAC1 is #BF353E. Grayscale: #9F9F9F. Windows color (decimal): -12531007 or 12700224. OLE color: 12700224.

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

Color convert

RGB 64 202 193 -
CMYK 0.68 0 0.04 0.21
HSL 176.09º 0.57% 0.52% -
HSV(B) 176.09º 0.68% 0.79% -
XYZ 32.86 47.18 57.83 -
YUV 159.71 146.78 59.73 -
System Red Green Blue C M Y K H S L
Decimal 64 202 193 0.68 0 0.04 0.21 176.09 0.57 0.52
Hex 40 CA C1 44 0 4 15 B0 39 34
Octal 100 312 301 104 0 4 25 260 71 64
Binary 1000000 11001010 11000001 1000100 0 100 10101 10110000 111001 110100

Color Harmonies of #40CAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CAC1

Black with #40CAC1

Text Example


Text Example

White with #40CAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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