Html Css Color HEX #40E2DB Turquoise

📋 copy color: '#40E2DB'

red 64 ◦ green 226 ◦ blue 219

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

Shades of Turquoise #40E2DB

Tints of Turquoise #40E2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.4%

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

R = 12.57%
G = 44.4%
B = 43.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#40E2DB (or 0x40E2DB) is known color: Turquoise. HEX triplet: 40, E2 and DB. RGB value is (64,226,219). Sum of RGB (Red+Green+Blue) = 64+226+219=509 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.57% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #40E2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E2DB is #BF1D24. Grayscale: #B0B0B0. Windows color (decimal): -12524837 or 14410304. OLE color: 14410304.

HSL color Cylindrical-coordinate representation of color #40E2DB: hue angle of 177.41º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E2DB is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 226 219 -
CMYK 0.72 0 0.03 0.11
HSL 177.41º 0.74% 0.57% -
HSV(B) 177.41º 0.72% 0.89% -
XYZ 42.1 60.6 76.5 -
YUV 176.76 151.83 47.57 -
System Red Green Blue C M Y K H S L
Decimal 64 226 219 0.72 0 0.03 0.11 177.41 0.74 0.57
Hex 40 E2 DB 48 0 3 B B1 4A 39
Octal 100 342 333 110 0 3 13 261 112 71
Binary 1000000 11100010 11011011 1001000 0 11 1011 10110001 1001010 111001

Color Harmonies of #40E2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E2DB

Black with #40E2DB

Text Example


Text Example

White with #40E2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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