Html Css Color HEX #2EDFC1 Turquoise

📋 copy color: '#2EDFC1'

red 46 ◦ green 223 ◦ blue 193

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

Shades of Turquoise #2EDFC1

Tints of Turquoise #2EDFC1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.27%

 BLUE value IS 193 (75.78% from 255) = 41.77%

R = 9.96%
G = 48.27%
B = 41.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#2EDFC1 (or 0x2EDFC1) is known color: Turquoise. HEX triplet: 2E, DF and C1. RGB value is (46,223,193). Sum of RGB (Red+Green+Blue) = 46+223+193=462 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.96% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFC1 is #D1203E. Grayscale: #A6A6A6. Windows color (decimal): -13705279 or 12705582. OLE color: 12705582.

HSL color Cylindrical-coordinate representation of color #2EDFC1: hue angle of 169.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDFC1 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 223 193 -
CMYK 0.79 0 0.13 0.13
HSL 169.83º 0.73% 0.53% -
HSV(B) 169.83º 0.79% 0.87% -
XYZ 37.14 57.21 59.54 -
YUV 166.66 142.86 41.94 -
System Red Green Blue C M Y K H S L
Decimal 46 223 193 0.79 0 0.13 0.13 169.83 0.73 0.53
Hex 2E DF C1 4F 0 D D AA 49 35
Octal 56 337 301 117 0 15 15 252 111 65
Binary 101110 11011111 11000001 1001111 0 1101 1101 10101010 1001001 110101

Color Harmonies of #2EDFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFC1

Black with #2EDFC1

Text Example


Text Example

White with #2EDFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,223,193); }

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

background-color css

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

 a { background-color: rgb(46,223,193); }

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

border-color css

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

 span { border-color: rgb(46,223,193); }

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