Html Css Color HEX #40ECDB Turquoise

📋 copy color: '#40ECDB'

red 64 ◦ green 236 ◦ blue 219

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

Shades of Turquoise #40ECDB

Tints of Turquoise #40ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.47%

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

R = 12.33%
G = 45.47%
B = 42.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#40ECDB (or 0x40ECDB) is known color: Turquoise. HEX triplet: 40, EC and DB. RGB value is (64,236,219). Sum of RGB (Red+Green+Blue) = 64+236+219=519 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.33% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40ECDB is #BF1324. Grayscale: #B6B6B6. Windows color (decimal): -12522277 or 14412864. OLE color: 14412864.

HSL color Cylindrical-coordinate representation of color #40ECDB: hue angle of 174.07º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ECDB is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 236 219 -
CMYK 0.73 0 0.07 0.07
HSL 174.07º 0.82% 0.59% -
HSV(B) 174.07º 0.73% 0.93% -
XYZ 44.9 66.2 77.43 -
YUV 182.63 148.52 43.38 -
System Red Green Blue C M Y K H S L
Decimal 64 236 219 0.73 0 0.07 0.07 174.07 0.82 0.59
Hex 40 EC DB 49 0 7 7 AE 52 3B
Octal 100 354 333 111 0 7 7 256 122 73
Binary 1000000 11101100 11011011 1001001 0 111 111 10101110 1010010 111011

Color Harmonies of #40ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ECDB

Black with #40ECDB

Text Example


Text Example

White with #40ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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