Html Css Color HEX #40CEB9 Medium Turquoise

📋 copy color: '#40CEB9'

red 64 ◦ green 206 ◦ blue 185

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

Shades of Medium Turquoise #40CEB9

Tints of Medium Turquoise #40CEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.66%

R = 14.07%
G = 45.27%
B = 40.66%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#40CEB9 (or 0x40CEB9) is known color: Medium Turquoise. HEX triplet: 40, CE and B9. RGB value is (64,206,185). Sum of RGB (Red+Green+Blue) = 64+206+185=455 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.07% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEB9 is #BF3146. Grayscale: #A1A1A1. Windows color (decimal): -12529991 or 12176960. OLE color: 12176960.

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

Color convert

RGB 64 206 185 -
CMYK 0.69 0 0.10 0.19
HSL 171.13º 0.59% 0.53% -
HSV(B) 171.13º 0.69% 0.81% -
XYZ 32.94 48.74 53.57 -
YUV 161.15 141.46 58.71 -
System Red Green Blue C M Y K H S L
Decimal 64 206 185 0.69 0 0.10 0.19 171.13 0.59 0.53
Hex 40 CE B9 45 0 A 13 AB 3B 35
Octal 100 316 271 105 0 12 23 253 73 65
Binary 1000000 11001110 10111001 1000101 0 1010 10011 10101011 111011 110101

Color Harmonies of #40CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CEB9

Black with #40CEB9

Text Example


Text Example

White with #40CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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