Html Css Color HEX #40CEC5 Medium Turquoise

📋 copy color: '#40CEC5'

red 64 ◦ green 206 ◦ blue 197

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

Shades of Medium Turquoise #40CEC5

Tints of Medium Turquoise #40CEC5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

 BLUE value IS 197 (77.34% from 255) = 42.18%

R = 13.7%
G = 44.11%
B = 42.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#40CEC5 (or 0x40CEC5) is known color: Medium Turquoise. HEX triplet: 40, CE and C5. RGB value is (64,206,197). Sum of RGB (Red+Green+Blue) = 64+206+197=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEC5 is #BF313A. Grayscale: #A2A2A2. Windows color (decimal): -12529979 or 12963392. OLE color: 12963392.

HSL color Cylindrical-coordinate representation of color #40CEC5: hue angle of 176.2º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CEC5 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 206 197 -
CMYK 0.69 0 0.04 0.19
HSL 176.2º 0.59% 0.53% -
HSV(B) 176.2º 0.69% 0.81% -
XYZ 34.26 49.26 60.53 -
YUV 162.52 147.46 57.73 -
System Red Green Blue C M Y K H S L
Decimal 64 206 197 0.69 0 0.04 0.19 176.2 0.59 0.53
Hex 40 CE C5 45 0 4 13 B0 3B 35
Octal 100 316 305 105 0 4 23 260 73 65
Binary 1000000 11001110 11000101 1000101 0 100 10011 10110000 111011 110101

Color Harmonies of #40CEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CEC5

Black with #40CEC5

Text Example


Text Example

White with #40CEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,206,197); }

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

background-color css

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

 a { background-color: rgb(64,206,197); }

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

border-color css

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

 span { border-color: rgb(64,206,197); }

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