Html Css Color HEX #40EEBA Turquoise

📋 copy color: '#40EEBA'

red 64 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #40EEBA

Tints of Turquoise #40EEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 13.11%
G = 48.77%
B = 38.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#40EEBA (or 0x40EEBA) is known color: Turquoise. HEX triplet: 40, EE and BA. RGB value is (64,238,186). Sum of RGB (Red+Green+Blue) = 64+238+186=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #40EEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EEBA is #BF1145. Grayscale: #B4B4B4. Windows color (decimal): -12521798 or 12250688. OLE color: 12250688.

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

Color convert

RGB 64 238 186 -
CMYK 0.73 0 0.22 0.07
HSL 162.07º 0.84% 0.59% -
HSV(B) 162.07º 0.73% 0.93% -
XYZ 41.55 65.78 56.96 -
YUV 180.05 131.35 45.23 -
System Red Green Blue C M Y K H S L
Decimal 64 238 186 0.73 0 0.22 0.07 162.07 0.84 0.59
Hex 40 EE BA 49 0 16 7 A2 54 3B
Octal 100 356 272 111 0 26 7 242 124 73
Binary 1000000 11101110 10111010 1001001 0 10110 111 10100010 1010100 111011

Color Harmonies of #40EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EEBA

Black with #40EEBA

Text Example


Text Example

White with #40EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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