Html Css Color HEX #40E9DB Turquoise

📋 copy color: '#40E9DB'

red 64 ◦ green 233 ◦ blue 219

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

Shades of Turquoise #40E9DB

Tints of Turquoise #40E9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.16%

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

R = 12.4%
G = 45.16%
B = 42.44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#40E9DB (or 0x40E9DB) is known color: Turquoise. HEX triplet: 40, E9 and DB. RGB value is (64,233,219). Sum of RGB (Red+Green+Blue) = 64+233+219=516 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.40% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #40E9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E9DB is #BF1624. Grayscale: #B4B4B4. Windows color (decimal): -12523045 or 14412096. OLE color: 14412096.

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

Color convert

RGB 64 233 219 -
CMYK 0.73 0 0.06 0.09
HSL 175.03º 0.79% 0.58% -
HSV(B) 175.03º 0.73% 0.91% -
XYZ 44.04 64.48 77.14 -
YUV 180.87 149.51 44.64 -
System Red Green Blue C M Y K H S L
Decimal 64 233 219 0.73 0 0.06 0.09 175.03 0.79 0.58
Hex 40 E9 DB 49 0 6 9 AF 4F 3A
Octal 100 351 333 111 0 6 11 257 117 72
Binary 1000000 11101001 11011011 1001001 0 110 1001 10101111 1001111 111010

Color Harmonies of #40E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E9DB

Black with #40E9DB

Text Example


Text Example

White with #40E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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