Html Css Color HEX #40CEC6 Medium Turquoise

📋 copy color: '#40CEC6'

red 64 ◦ green 206 ◦ blue 198

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

Shades of Medium Turquoise #40CEC6

Tints of Medium Turquoise #40CEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.31%

R = 13.68%
G = 44.02%
B = 42.31%

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

#40CEC6 (or 0x40CEC6) is known color: Medium Turquoise. HEX triplet: 40, CE and C6. RGB value is (64,206,198). Sum of RGB (Red+Green+Blue) = 64+206+198=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEC6 is #BF3139. Grayscale: #A2A2A2. Windows color (decimal): -12529978 or 13028928. OLE color: 13028928.

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

Color convert

RGB 64 206 198 -
CMYK 0.69 0 0.04 0.19
HSL 176.62º 0.59% 0.53% -
HSV(B) 176.62º 0.69% 0.81% -
XYZ 34.38 49.31 61.13 -
YUV 162.63 147.96 57.65 -
System Red Green Blue C M Y K H S L
Decimal 64 206 198 0.69 0 0.04 0.19 176.62 0.59 0.53
Hex 40 CE C6 45 0 4 13 B1 3B 35
Octal 100 316 306 105 0 4 23 261 73 65
Binary 1000000 11001110 11000110 1000101 0 100 10011 10110001 111011 110101

Color Harmonies of #40CEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CEC6

Black with #40CEC6

Text Example


Text Example

White with #40CEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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