Html Css Color HEX #40CEC7 Medium Turquoise

📋 copy color: '#40CEC7'

red 64 ◦ green 206 ◦ blue 199

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

Shades of Medium Turquoise #40CEC7

Tints of Medium Turquoise #40CEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.43%

R = 13.65%
G = 43.92%
B = 42.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#40CEC7 (or 0x40CEC7) is known color: Medium Turquoise. HEX triplet: 40, CE and C7. RGB value is (64,206,199). Sum of RGB (Red+Green+Blue) = 64+206+199=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEC7 is #BF3138. Grayscale: #A2A2A2. Windows color (decimal): -12529977 or 13094464. OLE color: 13094464.

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

Color convert

RGB 64 206 199 -
CMYK 0.69 0 0.03 0.19
HSL 177.04º 0.59% 0.53% -
HSV(B) 177.04º 0.69% 0.81% -
XYZ 34.49 49.36 61.74 -
YUV 162.74 148.46 57.57 -
System Red Green Blue C M Y K H S L
Decimal 64 206 199 0.69 0 0.03 0.19 177.04 0.59 0.53
Hex 40 CE C7 45 0 3 13 B1 3B 35
Octal 100 316 307 105 0 3 23 261 73 65
Binary 1000000 11001110 11000111 1000101 0 11 10011 10110001 111011 110101

Color Harmonies of #40CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CEC7

Black with #40CEC7

Text Example


Text Example

White with #40CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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