Html Css Color HEX #2EE3C4 Turquoise

📋 copy color: '#2EE3C4'

red 46 ◦ green 227 ◦ blue 196

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

Shades of Turquoise #2EE3C4

Tints of Turquoise #2EE3C4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.4%

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

R = 9.81%
G = 48.4%
B = 41.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#2EE3C4 (or 0x2EE3C4) is known color: Turquoise. HEX triplet: 2E, E3 and C4. RGB value is (46,227,196). Sum of RGB (Red+Green+Blue) = 46+227+196=469 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.81% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #2EE3C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE3C4 is #D11C3B. Grayscale: #A9A9A9. Windows color (decimal): -13704252 or 12903214. OLE color: 12903214.

HSL color Cylindrical-coordinate representation of color #2EE3C4: hue angle of 169.72º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE3C4 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 227 196 -
CMYK 0.80 0 0.14 0.11
HSL 169.72º 0.76% 0.54% -
HSV(B) 169.72º 0.8% 0.89% -
XYZ 38.56 59.5 61.68 -
YUV 169.35 143.03 40.02 -
System Red Green Blue C M Y K H S L
Decimal 46 227 196 0.80 0 0.14 0.11 169.72 0.76 0.54
Hex 2E E3 C4 50 0 E B AA 4C 36
Octal 56 343 304 120 0 16 13 252 114 66
Binary 101110 11100011 11000100 1010000 0 1110 1011 10101010 1001100 110110

Color Harmonies of #2EE3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE3C4

Black with #2EE3C4

Text Example


Text Example

White with #2EE3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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