Html Css Color HEX #40C3CA Medium Turquoise

📋 copy color: '#40C3CA'

red 64 ◦ green 195 ◦ blue 202

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

Shades of Medium Turquoise #40C3CA

Tints of Medium Turquoise #40C3CA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.3%

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

R = 13.88%
G = 42.3%
B = 43.82%

CMYK

 C value IS 0.68

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#40C3CA (or 0x40C3CA) is known color: Medium Turquoise. HEX triplet: 40, C3 and CA. RGB value is (64,195,202). Sum of RGB (Red+Green+Blue) = 64+195+202=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #40C3CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C3CA is #BF3C35. Grayscale: #9C9C9C. Windows color (decimal): -12532790 or 13288256. OLE color: 13288256.

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

Color convert

RGB 64 195 202 -
CMYK 0.68 0.03 0 0.21
HSL 183.04º 0.57% 0.52% -
HSV(B) 183.04º 0.68% 0.79% -
XYZ 32.29 44.38 62.74 -
YUV 156.63 153.6 61.93 -
System Red Green Blue C M Y K H S L
Decimal 64 195 202 0.68 0.03 0 0.21 183.04 0.57 0.52
Hex 40 C3 CA 44 3 0 15 B7 39 34
Octal 100 303 312 104 3 0 25 267 71 64
Binary 1000000 11000011 11001010 1000100 11 0 10101 10110111 111001 110100

Color Harmonies of #40C3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C3CA

Black with #40C3CA

Text Example


Text Example

White with #40C3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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