Html Css Color HEX #40EBC4 Turquoise

📋 copy color: '#40EBC4'

red 64 ◦ green 235 ◦ blue 196

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

Shades of Turquoise #40EBC4

Tints of Turquoise #40EBC4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.47%

 BLUE value IS 196 (76.95% from 255) = 39.6%

R = 12.93%
G = 47.47%
B = 39.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#40EBC4 (or 0x40EBC4) is known color: Turquoise. HEX triplet: 40, EB and C4. RGB value is (64,235,196). Sum of RGB (Red+Green+Blue) = 64+235+196=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #40EBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EBC4 is #BF143B. Grayscale: #B3B3B3. Windows color (decimal): -12522556 or 12905280. OLE color: 12905280.

HSL color Cylindrical-coordinate representation of color #40EBC4: hue angle of 166.32º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EBC4 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 235 196 -
CMYK 0.73 0 0.17 0.08
HSL 166.32º 0.81% 0.59% -
HSV(B) 166.32º 0.73% 0.92% -
XYZ 41.79 64.49 62.47 -
YUV 179.43 137.35 45.67 -
System Red Green Blue C M Y K H S L
Decimal 64 235 196 0.73 0 0.17 0.08 166.32 0.81 0.59
Hex 40 EB C4 49 0 11 8 A6 51 3B
Octal 100 353 304 111 0 21 10 246 121 73
Binary 1000000 11101011 11000100 1001001 0 10001 1000 10100110 1010001 111011

Color Harmonies of #40EBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EBC4

Black with #40EBC4

Text Example


Text Example

White with #40EBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,235,196); }

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

background-color css

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

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

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

border-color css

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

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

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