Html Css Color HEX #40EABB Turquoise

📋 copy color: '#40EABB'

red 64 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #40EABB

Tints of Turquoise #40EABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.56%

R = 13.2%
G = 48.25%
B = 38.56%

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

#40EABB (or 0x40EABB) is known color: Turquoise. HEX triplet: 40, EA and BB. RGB value is (64,234,187). Sum of RGB (Red+Green+Blue) = 64+234+187=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #40EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EABB is #BF1544. Grayscale: #B1B1B1. Windows color (decimal): -12522821 or 12315200. OLE color: 12315200.

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

Color convert

RGB 64 234 187 -
CMYK 0.73 0 0.20 0.08
HSL 163.41º 0.8% 0.58% -
HSV(B) 163.41º 0.73% 0.92% -
XYZ 40.51 63.52 57.14 -
YUV 177.81 133.18 46.82 -
System Red Green Blue C M Y K H S L
Decimal 64 234 187 0.73 0 0.20 0.08 163.41 0.8 0.58
Hex 40 EA BB 49 0 14 8 A3 50 3A
Octal 100 352 273 111 0 24 10 243 120 72
Binary 1000000 11101010 10111011 1001001 0 10100 1000 10100011 1010000 111010

Color Harmonies of #40EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EABB

Black with #40EABB

Text Example


Text Example

White with #40EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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