Html Css Color HEX #40EABC Turquoise

📋 copy color: '#40EABC'

red 64 ◦ green 234 ◦ blue 188

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

Shades of Turquoise #40EABC

Tints of Turquoise #40EABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 13.17%
G = 48.15%
B = 38.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#40EABC (or 0x40EABC) is known color: Turquoise. HEX triplet: 40, EA and BC. RGB value is (64,234,188). Sum of RGB (Red+Green+Blue) = 64+234+188=486 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.17% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #40EABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EABC is #BF1543. Grayscale: #B1B1B1. Windows color (decimal): -12522820 or 12380736. OLE color: 12380736.

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

Color convert

RGB 64 234 188 -
CMYK 0.73 0 0.20 0.08
HSL 163.76º 0.8% 0.58% -
HSV(B) 163.76º 0.73% 0.92% -
XYZ 40.61 63.57 57.71 -
YUV 177.93 133.68 46.74 -
System Red Green Blue C M Y K H S L
Decimal 64 234 188 0.73 0 0.20 0.08 163.76 0.8 0.58
Hex 40 EA BC 49 0 14 8 A4 50 3A
Octal 100 352 274 111 0 24 10 244 120 72
Binary 1000000 11101010 10111100 1001001 0 10100 1000 10100100 1010000 111010

Color Harmonies of #40EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EABC

Black with #40EABC

Text Example


Text Example

White with #40EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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