Html Css Color HEX #40EBDB Turquoise

📋 copy color: '#40EBDB'

red 64 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #40EBDB

Tints of Turquoise #40EBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 12.36%
G = 45.37%
B = 42.28%

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

#40EBDB (or 0x40EBDB) is known color: Turquoise. HEX triplet: 40, EB and DB. RGB value is (64,235,219). Sum of RGB (Red+Green+Blue) = 64+235+219=518 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.36% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #40EBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EBDB is #BF1424. Grayscale: #B5B5B5. Windows color (decimal): -12522533 or 14412608. OLE color: 14412608.

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

Color convert

RGB 64 235 219 -
CMYK 0.73 0 0.07 0.08
HSL 174.39º 0.81% 0.59% -
HSV(B) 174.39º 0.73% 0.92% -
XYZ 44.61 65.62 77.33 -
YUV 182.05 148.85 43.8 -
System Red Green Blue C M Y K H S L
Decimal 64 235 219 0.73 0 0.07 0.08 174.39 0.81 0.59
Hex 40 EB DB 49 0 7 8 AE 51 3B
Octal 100 353 333 111 0 7 10 256 121 73
Binary 1000000 11101011 11011011 1001001 0 111 1000 10101110 1010001 111011

Color Harmonies of #40EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EBDB

Black with #40EBDB

Text Example


Text Example

White with #40EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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