Html Css Color HEX #40CEDE Medium Turquoise

📋 copy color: '#40CEDE'

red 64 ◦ green 206 ◦ blue 222

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

Shades of Medium Turquoise #40CEDE

Tints of Medium Turquoise #40CEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 13.01%
G = 41.87%
B = 45.12%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#40CEDE (or 0x40CEDE) is known color: Medium Turquoise. HEX triplet: 40, CE and DE. RGB value is (64,206,222). Sum of RGB (Red+Green+Blue) = 64+206+222=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #40CEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEDE is #BF3121. Grayscale: #A5A5A5. Windows color (decimal): -12529954 or 14601792. OLE color: 14601792.

HSL color Cylindrical-coordinate representation of color #40CEDE: hue angle of 186.08º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CEDE is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 206 222 -
CMYK 0.71 0.07 0 0.13
HSL 186.08º 0.71% 0.56% -
HSV(B) 186.08º 0.71% 0.87% -
XYZ 37.37 50.51 76.89 -
YUV 165.37 159.96 55.7 -
System Red Green Blue C M Y K H S L
Decimal 64 206 222 0.71 0.07 0 0.13 186.08 0.71 0.56
Hex 40 CE DE 47 7 0 D BA 47 38
Octal 100 316 336 107 7 0 15 272 107 70
Binary 1000000 11001110 11011110 1000111 111 0 1101 10111010 1000111 111000

Color Harmonies of #40CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CEDE

Black with #40CEDE

Text Example


Text Example

White with #40CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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