Html Css Color HEX #40EFDB Turquoise

📋 copy color: '#40EFDB'

red 64 ◦ green 239 ◦ blue 219

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

Shades of Turquoise #40EFDB

Tints of Turquoise #40EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.79%

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

R = 12.26%
G = 45.79%
B = 41.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#40EFDB (or 0x40EFDB) is known color: Turquoise. HEX triplet: 40, EF and DB. RGB value is (64,239,219). Sum of RGB (Red+Green+Blue) = 64+239+219=522 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.26% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFDB is #BF1024. Grayscale: #B8B8B8. Windows color (decimal): -12521509 or 14413632. OLE color: 14413632.

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

Color convert

RGB 64 239 219 -
CMYK 0.73 0 0.08 0.06
HSL 173.14º 0.85% 0.59% -
HSV(B) 173.14º 0.73% 0.94% -
XYZ 45.77 67.94 77.72 -
YUV 184.4 147.52 42.13 -
System Red Green Blue C M Y K H S L
Decimal 64 239 219 0.73 0 0.08 0.06 173.14 0.85 0.59
Hex 40 EF DB 49 0 8 6 AD 55 3B
Octal 100 357 333 111 0 10 6 255 125 73
Binary 1000000 11101111 11011011 1001001 0 1000 110 10101101 1010101 111011

Color Harmonies of #40EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EFDB

Black with #40EFDB

Text Example


Text Example

White with #40EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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