Html Css Color HEX #40CEC8 Medium Turquoise

📋 copy color: '#40CEC8'

red 64 ◦ green 206 ◦ blue 200

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

Shades of Medium Turquoise #40CEC8

Tints of Medium Turquoise #40CEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.55%

R = 13.62%
G = 43.83%
B = 42.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#40CEC8 (or 0x40CEC8) is known color: Medium Turquoise. HEX triplet: 40, CE and C8. RGB value is (64,206,200). Sum of RGB (Red+Green+Blue) = 64+206+200=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEC8 is #BF3137. Grayscale: #A2A2A2. Windows color (decimal): -12529976 or 13160000. OLE color: 13160000.

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

Color convert

RGB 64 206 200 -
CMYK 0.69 0 0.03 0.19
HSL 177.46º 0.59% 0.53% -
HSV(B) 177.46º 0.69% 0.81% -
XYZ 34.61 49.4 62.36 -
YUV 162.86 148.96 57.49 -
System Red Green Blue C M Y K H S L
Decimal 64 206 200 0.69 0 0.03 0.19 177.46 0.59 0.53
Hex 40 CE C8 45 0 3 13 B1 3B 35
Octal 100 316 310 105 0 3 23 261 73 65
Binary 1000000 11001110 11001000 1000101 0 11 10011 10110001 111011 110101

Color Harmonies of #40CEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CEC8

Black with #40CEC8

Text Example


Text Example

White with #40CEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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