Html Css Color HEX #2EEEC2 Turquoise

📋 copy color: '#2EEEC2'

red 46 ◦ green 238 ◦ blue 194

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

Shades of Turquoise #2EEEC2

Tints of Turquoise #2EEEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.59%

R = 9.62%
G = 49.79%
B = 40.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#2EEEC2 (or 0x2EEEC2) is known color: Turquoise. HEX triplet: 2E, EE and C2. RGB value is (46,238,194). Sum of RGB (Red+Green+Blue) = 46+238+194=478 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.62% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 194 (76.17% from 255 or 40.59% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEEC2 is #D1113D. Grayscale: #AFAFAF. Windows color (decimal): -13701438 or 12774958. OLE color: 12774958.

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

Color convert

RGB 46 238 194 -
CMYK 0.81 0 0.18 0.07
HSL 166.25º 0.85% 0.56% -
HSV(B) 166.25º 0.81% 0.93% -
XYZ 41.44 65.62 61.52 -
YUV 175.58 138.39 35.58 -
System Red Green Blue C M Y K H S L
Decimal 46 238 194 0.81 0 0.18 0.07 166.25 0.85 0.56
Hex 2E EE C2 51 0 12 7 A6 55 38
Octal 56 356 302 121 0 22 7 246 125 70
Binary 101110 11101110 11000010 1010001 0 10010 111 10100110 1010101 111000

Color Harmonies of #2EEEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEEC2

Black with #2EEEC2

Text Example


Text Example

White with #2EEEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,238,194); }

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

background-color css

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

 a { background-color: rgb(46,238,194); }

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

border-color css

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

 span { border-color: rgb(46,238,194); }

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