Html Css Color HEX #40EBDA Turquoise

📋 copy color: '#40EBDA'

red 64 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #40EBDA

Tints of Turquoise #40EBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 12.38%
G = 45.45%
B = 42.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#40EBDA (or 0x40EBDA) is known color: Turquoise. HEX triplet: 40, EB and DA. RGB value is (64,235,218). Sum of RGB (Red+Green+Blue) = 64+235+218=517 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.38% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #40EBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EBDA is #BF1425. Grayscale: #B5B5B5. Windows color (decimal): -12522534 or 14347072. OLE color: 14347072.

HSL color Cylindrical-coordinate representation of color #40EBDA: hue angle of 174.04º 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 #40EBDA is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 235 218 -
CMYK 0.73 0 0.07 0.08
HSL 174.04º 0.81% 0.59% -
HSV(B) 174.04º 0.73% 0.92% -
XYZ 44.48 65.57 76.64 -
YUV 181.93 148.35 43.88 -
System Red Green Blue C M Y K H S L
Decimal 64 235 218 0.73 0 0.07 0.08 174.04 0.81 0.59
Hex 40 EB DA 49 0 7 8 AE 51 3B
Octal 100 353 332 111 0 7 10 256 121 73
Binary 1000000 11101011 11011010 1001001 0 111 1000 10101110 1010001 111011

Color Harmonies of #40EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EBDA

Black with #40EBDA

Text Example


Text Example

White with #40EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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