Html Css Color HEX #2EDEC0 Turquoise

📋 copy color: '#2EDEC0'

red 46 ◦ green 222 ◦ blue 192

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

Shades of Turquoise #2EDEC0

Tints of Turquoise #2EDEC0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.26%

 BLUE value IS 192 (75.39% from 255) = 41.74%

R = 10%
G = 48.26%
B = 41.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#2EDEC0 (or 0x2EDEC0) is known color: Turquoise. HEX triplet: 2E, DE and C0. RGB value is (46,222,192). Sum of RGB (Red+Green+Blue) = 46+222+192=460 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDEC0 is #D1213F. Grayscale: #A5A5A5. Windows color (decimal): -13705536 or 12639790. OLE color: 12639790.

HSL color Cylindrical-coordinate representation of color #2EDEC0: hue angle of 169.77º 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 #2EDEC0 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 222 192 -
CMYK 0.79 0 0.14 0.13
HSL 169.77º 0.73% 0.53% -
HSV(B) 169.77º 0.79% 0.87% -
XYZ 36.76 56.63 58.86 -
YUV 165.96 142.69 42.44 -
System Red Green Blue C M Y K H S L
Decimal 46 222 192 0.79 0 0.14 0.13 169.77 0.73 0.53
Hex 2E DE C0 4F 0 E D AA 49 35
Octal 56 336 300 117 0 16 15 252 111 65
Binary 101110 11011110 11000000 1001111 0 1110 1101 10101010 1001001 110101

Color Harmonies of #2EDEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDEC0

Black with #2EDEC0

Text Example


Text Example

White with #2EDEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,222,192); }

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

background-color css

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

 a { background-color: rgb(46,222,192); }

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

border-color css

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

 span { border-color: rgb(46,222,192); }

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