Html Css Color HEX #40EFC4 Turquoise

📋 copy color: '#40EFC4'

red 64 ◦ green 239 ◦ blue 196

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

Shades of Turquoise #40EFC4

Tints of Turquoise #40EFC4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.9%

 BLUE value IS 196 (76.95% from 255) = 39.28%

R = 12.83%
G = 47.9%
B = 39.28%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#40EFC4 (or 0x40EFC4) is known color: Turquoise. HEX triplet: 40, EF and C4. RGB value is (64,239,196). Sum of RGB (Red+Green+Blue) = 64+239+196=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFC4 is #BF103B. Grayscale: #B5B5B5. Windows color (decimal): -12521532 or 12906304. OLE color: 12906304.

HSL color Cylindrical-coordinate representation of color #40EFC4: hue angle of 165.26º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EFC4 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 239 196 -
CMYK 0.73 0 0.18 0.06
HSL 165.26º 0.85% 0.59% -
HSV(B) 165.26º 0.73% 0.94% -
XYZ 42.94 66.81 62.86 -
YUV 181.77 136.02 44 -
System Red Green Blue C M Y K H S L
Decimal 64 239 196 0.73 0 0.18 0.06 165.26 0.85 0.59
Hex 40 EF C4 49 0 12 6 A5 55 3B
Octal 100 357 304 111 0 22 6 245 125 73
Binary 1000000 11101111 11000100 1001001 0 10010 110 10100101 1010101 111011

Color Harmonies of #40EFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EFC4

Black with #40EFC4

Text Example


Text Example

White with #40EFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,239,196); }

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

background-color css

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

 a { background-color: rgb(64,239,196); }

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

border-color css

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

 span { border-color: rgb(64,239,196); }

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