Html Css Color HEX #40CEC9 Medium Turquoise

📋 copy color: '#40CEC9'

red 64 ◦ green 206 ◦ blue 201

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

Shades of Medium Turquoise #40CEC9

Tints of Medium Turquoise #40CEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.68%

R = 13.59%
G = 43.74%
B = 42.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#40CEC9 (or 0x40CEC9) is known color: Medium Turquoise. HEX triplet: 40, CE and C9. RGB value is (64,206,201). Sum of RGB (Red+Green+Blue) = 64+206+201=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEC9 is #BF3136. Grayscale: #A2A2A2. Windows color (decimal): -12529975 or 13225536. OLE color: 13225536.

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

Color convert

RGB 64 206 201 -
CMYK 0.69 0 0.02 0.19
HSL 177.89º 0.59% 0.53% -
HSV(B) 177.89º 0.69% 0.81% -
XYZ 34.73 49.45 62.97 -
YUV 162.97 149.46 57.41 -
System Red Green Blue C M Y K H S L
Decimal 64 206 201 0.69 0 0.02 0.19 177.89 0.59 0.53
Hex 40 CE C9 45 0 2 13 B2 3B 35
Octal 100 316 311 105 0 2 23 262 73 65
Binary 1000000 11001110 11001001 1000101 0 10 10011 10110010 111011 110101

Color Harmonies of #40CEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CEC9

Black with #40CEC9

Text Example


Text Example

White with #40CEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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