Html Css Color HEX #40EEEC Turquoise

📋 copy color: '#40EEEC'

red 64 ◦ green 238 ◦ blue 236

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

Shades of Turquoise #40EEEC

Tints of Turquoise #40EEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 11.9%
G = 44.24%
B = 43.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#40EEEC (or 0x40EEEC) is known color: Turquoise. HEX triplet: 40, EE and EC. RGB value is (64,238,236). Sum of RGB (Red+Green+Blue) = 64+238+236=538 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.90% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #40EEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EEEC is #BF1113. Grayscale: #B9B9B9. Windows color (decimal): -12521748 or 15527488. OLE color: 15527488.

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

Color convert

RGB 64 238 236 -
CMYK 0.73 0 0.01 0.07
HSL 179.31º 0.84% 0.59% -
HSV(B) 179.31º 0.73% 0.93% -
XYZ 47.83 68.3 90.02 -
YUV 185.75 156.35 41.16 -
System Red Green Blue C M Y K H S L
Decimal 64 238 236 0.73 0 0.01 0.07 179.31 0.84 0.59
Hex 40 EE EC 49 0 1 7 B3 54 3B
Octal 100 356 354 111 0 1 7 263 124 73
Binary 1000000 11101110 11101100 1001001 0 1 111 10110011 1010100 111011

Color Harmonies of #40EEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EEEC

Black with #40EEEC

Text Example


Text Example

White with #40EEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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