Html Css Color HEX #2EEDC3 Turquoise

📋 copy color: '#2EEDC3'

red 46 ◦ green 237 ◦ blue 195

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

Shades of Turquoise #2EEDC3

Tints of Turquoise #2EEDC3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.58%

 BLUE value IS 195 (76.56% from 255) = 40.79%

R = 9.62%
G = 49.58%
B = 40.79%

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

#2EEDC3 (or 0x2EEDC3) is known color: Turquoise. HEX triplet: 2E, ED and C3. RGB value is (46,237,195). Sum of RGB (Red+Green+Blue) = 46+237+195=478 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.62% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEDC3 is #D1123C. Grayscale: #AFAFAF. Windows color (decimal): -13701693 or 12840238. OLE color: 12840238.

HSL color Cylindrical-coordinate representation of color #2EEDC3: hue angle of 166.81º degrees, saturation: 0.84, 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 #2EEDC3 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 237 195 -
CMYK 0.81 0 0.18 0.07
HSL 166.81º 0.84% 0.55% -
HSV(B) 166.81º 0.81% 0.93% -
XYZ 41.26 65.09 62.02 -
YUV 175.1 139.22 35.92 -
System Red Green Blue C M Y K H S L
Decimal 46 237 195 0.81 0 0.18 0.07 166.81 0.84 0.55
Hex 2E ED C3 51 0 12 7 A7 54 37
Octal 56 355 303 121 0 22 7 247 124 67
Binary 101110 11101101 11000011 1010001 0 10010 111 10100111 1010100 110111

Color Harmonies of #2EEDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEDC3

Black with #2EEDC3

Text Example


Text Example

White with #2EEDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,237,195); }

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

background-color css

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

 a { background-color: rgb(46,237,195); }

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

border-color css

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

 span { border-color: rgb(46,237,195); }

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