Html Css Color HEX #2EDEC7 Turquoise

📋 copy color: '#2EDEC7'

red 46 ◦ green 222 ◦ blue 199

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

Shades of Turquoise #2EDEC7

Tints of Turquoise #2EDEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.61%

R = 9.85%
G = 47.54%
B = 42.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#2EDEC7 (or 0x2EDEC7) is known color: Turquoise. HEX triplet: 2E, DE and C7. RGB value is (46,222,199). Sum of RGB (Red+Green+Blue) = 46+222+199=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDEC7 is #D12138. Grayscale: #A6A6A6. Windows color (decimal): -13705529 or 13098542. OLE color: 13098542.

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

Color convert

RGB 46 222 199 -
CMYK 0.79 0 0.10 0.13
HSL 172.16º 0.73% 0.53% -
HSV(B) 172.16º 0.79% 0.87% -
XYZ 37.56 56.95 63.05 -
YUV 166.75 146.19 41.87 -
System Red Green Blue C M Y K H S L
Decimal 46 222 199 0.79 0 0.10 0.13 172.16 0.73 0.53
Hex 2E DE C7 4F 0 A D AC 49 35
Octal 56 336 307 117 0 12 15 254 111 65
Binary 101110 11011110 11000111 1001111 0 1010 1101 10101100 1001001 110101

Color Harmonies of #2EDEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDEC7

Black with #2EDEC7

Text Example


Text Example

White with #2EDEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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