Html Css Color HEX #40CEDC Medium Turquoise

📋 copy color: '#40CEDC'

red 64 ◦ green 206 ◦ blue 220

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

Shades of Medium Turquoise #40CEDC

Tints of Medium Turquoise #40CEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 13.06%
G = 42.04%
B = 44.9%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40CEDC (or 0x40CEDC) is known color: Medium Turquoise. HEX triplet: 40, CE and DC. RGB value is (64,206,220). Sum of RGB (Red+Green+Blue) = 64+206+220=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #40CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEDC is #BF3123. Grayscale: #A4A4A4. Windows color (decimal): -12529956 or 14470720. OLE color: 14470720.

HSL color Cylindrical-coordinate representation of color #40CEDC: hue angle of 185.38º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CEDC is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 206 220 -
CMYK 0.71 0.06 0 0.14
HSL 185.38º 0.69% 0.56% -
HSV(B) 185.38º 0.71% 0.86% -
XYZ 37.1 50.4 75.48 -
YUV 165.14 158.96 55.86 -
System Red Green Blue C M Y K H S L
Decimal 64 206 220 0.71 0.06 0 0.14 185.38 0.69 0.56
Hex 40 CE DC 47 6 0 E B9 45 38
Octal 100 316 334 107 6 0 16 271 105 70
Binary 1000000 11001110 11011100 1000111 110 0 1110 10111001 1000101 111000

Color Harmonies of #40CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CEDC

Black with #40CEDC

Text Example


Text Example

White with #40CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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