Html Css Color HEX #40EECD Turquoise

📋 copy color: '#40EECD'

red 64 ◦ green 238 ◦ blue 205

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

Shades of Turquoise #40EECD

Tints of Turquoise #40EECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.43%

R = 12.62%
G = 46.94%
B = 40.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#40EECD (or 0x40EECD) is known color: Turquoise. HEX triplet: 40, EE and CD. RGB value is (64,238,205). Sum of RGB (Red+Green+Blue) = 64+238+205=507 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.62% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 238 - color contains mainly: green. Hex color #40EECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EECD is #BF1132. Grayscale: #B6B6B6. Windows color (decimal): -12521779 or 13495872. OLE color: 13495872.

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

Color convert

RGB 64 238 205 -
CMYK 0.73 0 0.14 0.07
HSL 168.62º 0.84% 0.59% -
HSV(B) 168.62º 0.73% 0.93% -
XYZ 43.71 66.65 68.32 -
YUV 182.21 140.85 43.68 -
System Red Green Blue C M Y K H S L
Decimal 64 238 205 0.73 0 0.14 0.07 168.62 0.84 0.59
Hex 40 EE CD 49 0 E 7 A9 54 3B
Octal 100 356 315 111 0 16 7 251 124 73
Binary 1000000 11101110 11001101 1001001 0 1110 111 10101001 1010100 111011

Color Harmonies of #40EECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EECD

Black with #40EECD

Text Example


Text Example

White with #40EECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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