Html Css Color HEX #2EECC4 Turquoise

📋 copy color: '#2EECC4'

red 46 ◦ green 236 ◦ blue 196

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

Shades of Turquoise #2EECC4

Tints of Turquoise #2EECC4

RGB

 RED value IS 46 (18.36% from 255) = 9.62%

 GREEN value IS 236 (92.58% from 255) = 49.37%

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

R = 9.62%
G = 49.37%
B = 41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#2EECC4 (or 0x2EECC4) is known color: Turquoise. HEX triplet: 2E, EC and C4. RGB value is (46,236,196). Sum of RGB (Red+Green+Blue) = 46+236+196=478 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.62% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECC4 is #D1133B. Grayscale: #AEAEAE. Windows color (decimal): -13701948 or 12905518. OLE color: 12905518.

HSL color Cylindrical-coordinate representation of color #2EECC4: hue angle of 167.37º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EECC4 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 236 196 -
CMYK 0.81 0 0.17 0.07
HSL 167.37º 0.83% 0.55% -
HSV(B) 167.37º 0.81% 0.93% -
XYZ 41.09 64.56 62.52 -
YUV 174.63 140.05 36.25 -
System Red Green Blue C M Y K H S L
Decimal 46 236 196 0.81 0 0.17 0.07 167.37 0.83 0.55
Hex 2E EC C4 51 0 11 7 A7 53 37
Octal 56 354 304 121 0 21 7 247 123 67
Binary 101110 11101100 11000100 1010001 0 10001 111 10100111 1010011 110111

Color Harmonies of #2EECC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EECC4

Black with #2EECC4

Text Example


Text Example

White with #2EECC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EECC4; }

 p { color: rgb(46,236,196); }

 H1.HeaderClassName
 {
   color: #2EECC4;
 }
 .AnyTagClassName
 {
   color: #2EECC4;
 }
</style>

background-color css

<style>
 a { background-color: #2EECC4; }

 a { background-color: rgb(46,236,196); }

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

border-color css

<style>
 span { border-color: #2EECC4; }

 span { border-color: rgb(46,236,196); }

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