Html Css Color HEX #2EDDC2 Turquoise

📋 copy color: '#2EDDC2'

red 46 ◦ green 221 ◦ blue 194

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

Shades of Turquoise #2EDDC2

Tints of Turquoise #2EDDC2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.94%

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

R = 9.98%
G = 47.94%
B = 42.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#2EDDC2 (or 0x2EDDC2) is known color: Turquoise. HEX triplet: 2E, DD and C2. RGB value is (46,221,194). Sum of RGB (Red+Green+Blue) = 46+221+194=461 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.98% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDDC2 is #D1223D. Grayscale: #A5A5A5. Windows color (decimal): -13705790 or 12770606. OLE color: 12770606.

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

Color convert

RGB 46 221 194 -
CMYK 0.79 0 0.12 0.13
HSL 170.74º 0.72% 0.52% -
HSV(B) 170.74º 0.79% 0.87% -
XYZ 36.72 56.19 59.95 -
YUV 165.6 144.02 42.7 -
System Red Green Blue C M Y K H S L
Decimal 46 221 194 0.79 0 0.12 0.13 170.74 0.72 0.52
Hex 2E DD C2 4F 0 C D AB 48 34
Octal 56 335 302 117 0 14 15 253 110 64
Binary 101110 11011101 11000010 1001111 0 1100 1101 10101011 1001000 110100

Color Harmonies of #2EDDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDDC2

Black with #2EDDC2

Text Example


Text Example

White with #2EDDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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