Html Css Color HEX #40C6CA Medium Turquoise

📋 copy color: '#40C6CA'

red 64 ◦ green 198 ◦ blue 202

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

Shades of Medium Turquoise #40C6CA

Tints of Medium Turquoise #40C6CA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.67%

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 13.79%
G = 42.67%
B = 43.53%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#40C6CA (or 0x40C6CA) is known color: Medium Turquoise. HEX triplet: 40, C6 and CA. RGB value is (64,198,202). Sum of RGB (Red+Green+Blue) = 64+198+202=464 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.79% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #40C6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C6CA is #BF3935. Grayscale: #9E9E9E. Windows color (decimal): -12532022 or 13289024. OLE color: 13289024.

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

Color convert

RGB 64 198 202 -
CMYK 0.68 0.02 0 0.21
HSL 181.74º 0.57% 0.52% -
HSV(B) 181.74º 0.68% 0.79% -
XYZ 32.97 45.74 62.97 -
YUV 158.39 152.61 60.67 -
System Red Green Blue C M Y K H S L
Decimal 64 198 202 0.68 0.02 0 0.21 181.74 0.57 0.52
Hex 40 C6 CA 44 2 0 15 B6 39 34
Octal 100 306 312 104 2 0 25 266 71 64
Binary 1000000 11000110 11001010 1000100 10 0 10101 10110110 111001 110100

Color Harmonies of #40C6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C6CA

Black with #40C6CA

Text Example


Text Example

White with #40C6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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