Html Css Color HEX #40EED1 Turquoise

📋 copy color: '#40EED1'

red 64 ◦ green 238 ◦ blue 209

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

Shades of Turquoise #40EED1

Tints of Turquoise #40EED1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.58%

 BLUE value IS 209 (82.03% from 255) = 40.9%

R = 12.52%
G = 46.58%
B = 40.9%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#40EED1 (or 0x40EED1) is known color: Turquoise. HEX triplet: 40, EE and D1. RGB value is (64,238,209). Sum of RGB (Red+Green+Blue) = 64+238+209=511 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.52% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 238 - color contains mainly: green. Hex color #40EED1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EED1 is #BF112E. Grayscale: #B6B6B6. Windows color (decimal): -12521775 or 13758016. OLE color: 13758016.

HSL color Cylindrical-coordinate representation of color #40EED1: hue angle of 170º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EED1 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 238 209 -
CMYK 0.73 0 0.12 0.07
HSL 170º 0.84% 0.59% -
HSV(B) 170º 0.73% 0.93% -
XYZ 44.2 66.84 70.89 -
YUV 182.67 142.85 43.36 -
System Red Green Blue C M Y K H S L
Decimal 64 238 209 0.73 0 0.12 0.07 170 0.84 0.59
Hex 40 EE D1 49 0 C 7 AA 54 3B
Octal 100 356 321 111 0 14 7 252 124 73
Binary 1000000 11101110 11010001 1001001 0 1100 111 10101010 1010100 111011

Color Harmonies of #40EED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EED1

Black with #40EED1

Text Example


Text Example

White with #40EED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,238,209); }

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

background-color css

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

 a { background-color: rgb(64,238,209); }

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

border-color css

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

 span { border-color: rgb(64,238,209); }

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