Html Css Color HEX #2EFCE2 Turquoise

📋 copy color: '#2EFCE2'

red 46 ◦ green 252 ◦ blue 226

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

Shades of Turquoise #2EFCE2

Tints of Turquoise #2EFCE2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.09%

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

R = 8.78%
G = 48.09%
B = 43.13%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#2EFCE2 (or 0x2EFCE2) is known color: Turquoise. HEX triplet: 2E, FC and E2. RGB value is (46,252,226). Sum of RGB (Red+Green+Blue) = 46+252+226=524 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.78% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFCE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFCE2 is #D1031D. Grayscale: #BBBBBB. Windows color (decimal): -13697822 or 14875694. OLE color: 14875694.

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

Color convert

RGB 46 252 226 -
CMYK 0.82 0 0.10 0.01
HSL 172.43º 0.97% 0.58% -
HSV(B) 172.43º 0.82% 0.99% -
XYZ 49.66 75.69 83.94 -
YUV 187.44 149.75 27.11 -
System Red Green Blue C M Y K H S L
Decimal 46 252 226 0.82 0 0.10 0.01 172.43 0.97 0.58
Hex 2E FC E2 52 0 A 1 AC 61 3A
Octal 56 374 342 122 0 12 1 254 141 72
Binary 101110 11111100 11100010 1010010 0 1010 1 10101100 1100001 111010

Color Harmonies of #2EFCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFCE2

Black with #2EFCE2

Text Example


Text Example

White with #2EFCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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