Html Css Color HEX #40CECE Medium Turquoise

📋 copy color: '#40CECE'

red 64 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #40CECE

Tints of Medium Turquoise #40CECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 13.45%
G = 43.28%
B = 43.28%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#40CECE (or 0x40CECE) is known color: Medium Turquoise. HEX triplet: 40, CE and CE. RGB value is (64,206,206). Sum of RGB (Red+Green+Blue) = 64+206+206=476 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.45% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #40CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CECE is #BF3131. Grayscale: #A3A3A3. Windows color (decimal): -12529970 or 13553216. OLE color: 13553216.

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

Color convert

RGB 64 206 206 -
CMYK 0.69 0 0 0.19
HSL 180º 0.59% 0.53% -
HSV(B) 180º 0.69% 0.81% -
XYZ 35.33 49.69 66.12 -
YUV 163.54 151.96 57 -
System Red Green Blue C M Y K H S L
Decimal 64 206 206 0.69 0 0 0.19 180 0.59 0.53
Hex 40 CE CE 45 0 0 13 B4 3B 35
Octal 100 316 316 105 0 0 23 264 73 65
Binary 1000000 11001110 11001110 1000101 0 0 10011 10110100 111011 110101

Color Harmonies of #40CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CECE

Black with #40CECE

Text Example


Text Example

White with #40CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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