Html Css Color HEX #40EADB Turquoise

📋 copy color: '#40EADB'

red 64 ◦ green 234 ◦ blue 219

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

Shades of Turquoise #40EADB

Tints of Turquoise #40EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.26%

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

R = 12.38%
G = 45.26%
B = 42.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#40EADB (or 0x40EADB) is known color: Turquoise. HEX triplet: 40, EA and DB. RGB value is (64,234,219). Sum of RGB (Red+Green+Blue) = 64+234+219=517 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.38% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #40EADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EADB is #BF1524. Grayscale: #B5B5B5. Windows color (decimal): -12522789 or 14412352. OLE color: 14412352.

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

Color convert

RGB 64 234 219 -
CMYK 0.73 0 0.06 0.08
HSL 174.71º 0.8% 0.58% -
HSV(B) 174.71º 0.73% 0.92% -
XYZ 44.32 65.05 77.24 -
YUV 181.46 149.18 44.22 -
System Red Green Blue C M Y K H S L
Decimal 64 234 219 0.73 0 0.06 0.08 174.71 0.8 0.58
Hex 40 EA DB 49 0 6 8 AF 50 3A
Octal 100 352 333 111 0 6 10 257 120 72
Binary 1000000 11101010 11011011 1001001 0 110 1000 10101111 1010000 111010

Color Harmonies of #40EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EADB

Black with #40EADB

Text Example


Text Example

White with #40EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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