Html Css Color HEX #40EAD9 Turquoise

📋 copy color: '#40EAD9'

red 64 ◦ green 234 ◦ blue 217

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

Shades of Turquoise #40EAD9

Tints of Turquoise #40EAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.14%

R = 12.43%
G = 45.44%
B = 42.14%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#40EAD9 (or 0x40EAD9) is known color: Turquoise. HEX triplet: 40, EA and D9. RGB value is (64,234,217). Sum of RGB (Red+Green+Blue) = 64+234+217=515 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.43% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #40EAD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EAD9 is #BF1526. Grayscale: #B5B5B5. Windows color (decimal): -12522791 or 14281280. OLE color: 14281280.

HSL color Cylindrical-coordinate representation of color #40EAD9: hue angle of 174º 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 #40EAD9 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 234 217 -
CMYK 0.73 0 0.07 0.08
HSL 174º 0.8% 0.58% -
HSV(B) 174º 0.73% 0.92% -
XYZ 44.06 64.95 75.86 -
YUV 181.23 148.18 44.38 -
System Red Green Blue C M Y K H S L
Decimal 64 234 217 0.73 0 0.07 0.08 174 0.8 0.58
Hex 40 EA D9 49 0 7 8 AE 50 3A
Octal 100 352 331 111 0 7 10 256 120 72
Binary 1000000 11101010 11011001 1001001 0 111 1000 10101110 1010000 111010

Color Harmonies of #40EAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EAD9

Black with #40EAD9

Text Example


Text Example

White with #40EAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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