Html Css Color HEX #2EFDE2 Turquoise

📋 copy color: '#2EFDE2'

red 46 ◦ green 253 ◦ blue 226

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

Shades of Turquoise #2EFDE2

Tints of Turquoise #2EFDE2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.19%

 BLUE value IS 226 (88.67% from 255) = 43.05%

R = 8.76%
G = 48.19%
B = 43.05%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#2EFDE2 (or 0x2EFDE2) is known color: Turquoise. HEX triplet: 2E, FD and E2. RGB value is (46,253,226). Sum of RGB (Red+Green+Blue) = 46+253+226=525 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.76% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDE2 is #D1021D. Grayscale: #BBBBBB. Windows color (decimal): -13697566 or 14875950. OLE color: 14875950.

HSL color Cylindrical-coordinate representation of color #2EFDE2: hue angle of 172.17º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFDE2 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 253 226 -
CMYK 0.82 0 0.11 0.01
HSL 172.17º 0.98% 0.59% -
HSV(B) 172.17º 0.82% 0.99% -
XYZ 49.98 76.32 84.05 -
YUV 188.03 149.42 26.7 -
System Red Green Blue C M Y K H S L
Decimal 46 253 226 0.82 0 0.11 0.01 172.17 0.98 0.59
Hex 2E FD E2 52 0 B 1 AC 62 3B
Octal 56 375 342 122 0 13 1 254 142 73
Binary 101110 11111101 11100010 1010010 0 1011 1 10101100 1100010 111011

Color Harmonies of #2EFDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFDE2

Black with #2EFDE2

Text Example


Text Example

White with #2EFDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,253,226); }

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

background-color css

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

 a { background-color: rgb(46,253,226); }

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

border-color css

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

 span { border-color: rgb(46,253,226); }

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